Page MenuHomeFreeBSD

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

Authored by andrew on Apr 7 2025, 5:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 21, 12:18 PM
Unknown Object (File)
Fri, Aug 21, 12:14 PM
Unknown Object (File)
Fri, Aug 21, 12:12 PM
Unknown Object (File)
Wed, Aug 19, 3:33 AM
Unknown Object (File)
Wed, Aug 12, 11:31 PM
Unknown Object (File)
Wed, Aug 12, 6:18 PM
Unknown Object (File)
Mon, Aug 10, 12:01 PM
Unknown Object (File)
Mon, Aug 10, 4:24 AM
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