build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34613 )
Change subject: device: Constify `dev` argument to (probe|find)_resource() ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/34613/2/src/device/device_util.c File src/device/device_util.c:
https://review.coreboot.org/c/coreboot/+/34613/2/src/device/device_util.c@33... PS2, Line 334: struct resource *probe_resource(const struct device *dev, unsigned index) Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/c/coreboot/+/34613/2/src/device/device_util.c@40... PS2, Line 404: struct resource *find_resource(const struct device *dev, unsigned index) Prefer 'unsigned int' to bare use of 'unsigned'