HomeFreeBSD

dev/fdt: Add const to pointers to const data

Description

dev/fdt: Add const to pointers to const data

fdt_data_get and fdt_data_to_res don't change the value of the data
passed to them via a pointer. Add const to these pointers.

Reviewed by: emaste
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D49703

Details

Provenance
andrewAuthored on Tue, Apr 8, 10:30 AM
Reviewer
emaste
Differential Revision
D49703: dev/fdt: Add const to pointers to const data
Parents
rG211ca9061b5d: dev/fdt: Remove old fdt_get memory functions
Branches
Unknown
Tags
Unknown