build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/28641 )
Change subject: sb/intel/lynxpoint: Don't use device_t ......................................................................
Patch Set 4:
(5 comments)
https://review.coreboot.org/#/c/28641/4/src/southbridge/intel/lynxpoint/azal... File src/southbridge/intel/lynxpoint/azalia.c:
https://review.coreboot.org/#/c/28641/4/src/southbridge/intel/lynxpoint/azal... PS4, Line 157: static void azalia_set_subsystem(struct device *dev, unsigned vendor, Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/#/c/28641/4/src/southbridge/intel/lynxpoint/azal... PS4, Line 158: unsigned device) Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/#/c/28641/4/src/southbridge/intel/lynxpoint/seri... File src/southbridge/intel/lynxpoint/serialio.c:
https://review.coreboot.org/#/c/28641/4/src/southbridge/intel/lynxpoint/seri... PS4, Line 240: static void serialio_set_subsystem(struct device *dev, unsigned vendor, Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/#/c/28641/4/src/southbridge/intel/lynxpoint/smbu... File src/southbridge/intel/lynxpoint/smbus.c:
https://review.coreboot.org/#/c/28641/4/src/southbridge/intel/lynxpoint/smbu... PS4, Line 73: static void smbus_set_subsystem(struct device *dev, unsigned vendor, Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/#/c/28641/4/src/southbridge/intel/lynxpoint/smbu... PS4, Line 74: unsigned device) Prefer 'unsigned int' to bare use of 'unsigned'