build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/27036 )
Change subject: src: Get rid of device_t ......................................................................
Patch Set 5:
(6 comments)
https://review.coreboot.org/#/c/27036/5/src/northbridge/amd/amdmct/mct_ddr3/... File src/northbridge/amd/amdmct/mct_ddr3/s3utils.c:
https://review.coreboot.org/#/c/27036/5/src/northbridge/amd/amdmct/mct_ddr3/... PS5, Line 75: struct device *dev_fn1 = dev_find_slot(0, PCI_DEVFN(0x18 + node, 1)); line over 80 characters
https://review.coreboot.org/#/c/27036/5/src/northbridge/amd/amdmct/mct_ddr3/... PS5, Line 97: struct device *dev_fn1 = dev_find_slot(0, PCI_DEVFN(0x18 + node, 1)); line over 80 characters
https://review.coreboot.org/#/c/27036/5/src/northbridge/amd/amdmct/mct_ddr3/... PS5, Line 134: struct device *dev_fn1 = dev_find_slot(0, PCI_DEVFN(0x18 + node, 1)); line over 80 characters
https://review.coreboot.org/#/c/27036/5/src/northbridge/amd/amdmct/mct_ddr3/... PS5, Line 318: struct device *dev_fn1 = dev_find_slot(0, PCI_DEVFN(0x18 + node, 1)); line over 80 characters
https://review.coreboot.org/#/c/27036/5/src/northbridge/amd/amdmct/mct_ddr3/... PS5, Line 319: struct device *dev_fn2 = dev_find_slot(0, PCI_DEVFN(0x18 + node, 2)); line over 80 characters
https://review.coreboot.org/#/c/27036/5/src/northbridge/amd/amdmct/mct_ddr3/... PS5, Line 320: struct device *dev_fn3 = dev_find_slot(0, PCI_DEVFN(0x18 + node, 3)); line over 80 characters