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 7:
(8 comments)
https://review.coreboot.org/#/c/28641/7/src/southbridge/intel/lynxpoint/azal... File src/southbridge/intel/lynxpoint/azalia.c:
https://review.coreboot.org/#/c/28641/7/src/southbridge/intel/lynxpoint/azal... PS7, 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/7/src/southbridge/intel/lynxpoint/azal... PS7, Line 158: unsigned device) Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/#/c/28641/7/src/southbridge/intel/lynxpoint/seri... File src/southbridge/intel/lynxpoint/serialio.c:
https://review.coreboot.org/#/c/28641/7/src/southbridge/intel/lynxpoint/seri... PS7, 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/7/src/southbridge/intel/lynxpoint/smbu... File src/southbridge/intel/lynxpoint/smbus.c:
https://review.coreboot.org/#/c/28641/7/src/southbridge/intel/lynxpoint/smbu... PS7, 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/7/src/southbridge/intel/lynxpoint/smbu... PS7, Line 74: unsigned device) Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/#/c/28641/7/src/southbridge/intel/lynxpoint/usb_... File src/southbridge/intel/lynxpoint/usb_ehci.c:
https://review.coreboot.org/#/c/28641/7/src/southbridge/intel/lynxpoint/usb_... PS7, Line 167: static void usb_ehci_set_subsystem(struct device *dev, unsigned vendor, Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/#/c/28641/7/src/southbridge/intel/lynxpoint/usb_... PS7, Line 168: unsigned device) Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/#/c/28641/7/src/southbridge/intel/lynxpoint/usb_... File src/southbridge/intel/lynxpoint/usb_xhci.c:
https://review.coreboot.org/#/c/28641/7/src/southbridge/intel/lynxpoint/usb_... PS7, Line 364: static void usb_xhci_set_subsystem(struct device *dev, unsigned vendor, Prefer 'unsigned int' to bare use of 'unsigned'