Page MenuHomeFreeBSD

dev/fdt: Add const to pointers to const data
ClosedPublic

Authored by andrew on Mon, Apr 7, 5:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 21, 4:41 PM
Unknown Object (File)
Thu, Apr 17, 2:46 AM
Unknown Object (File)
Fri, Apr 11, 4:36 AM
Unknown Object (File)
Wed, Apr 9, 2:55 PM
Unknown Object (File)
Wed, Apr 9, 2:43 PM
Unknown Object (File)
Wed, Apr 9, 9:08 AM
Unknown Object (File)
Tue, Apr 8, 2:05 PM
Unknown Object (File)
Tue, Apr 8, 1:23 PM
Subscribers

Details

Summary

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.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable