Author: avg Date: Sat Feb 25 15:55:46 2017 New Revision: 314271 URL: https://svnweb.freebsd.org/changeset/base/314271
Log: chromebook_platform: catch up with ig4iic -> ig4iic_pci in r310621 Reported by: Wolfgang Zenker <[email protected]> Tested by: Wolfgang Zenker <[email protected]> MFC after: 5 days Modified: head/sys/dev/chromebook_platform/chromebook_platform.c Modified: head/sys/dev/chromebook_platform/chromebook_platform.c ============================================================================== --- head/sys/dev/chromebook_platform/chromebook_platform.c Sat Feb 25 15:04:19 2017 (r314270) +++ head/sys/dev/chromebook_platform/chromebook_platform.c Sat Feb 25 15:55:46 2017 (r314271) @@ -69,7 +69,7 @@ chromebook_i2c_identify(driver_t *driver * See http://lxr.free-electrons.com/source/drivers/platform/chrome/chromeos_laptop.c */ controller = device_get_parent(bus); - if (strcmp(device_get_name(controller), "ig4iic") != 0) + if (strcmp(device_get_name(controller), "ig4iic_pci") != 0) return; for (i = 0; i < nitems(slaves); i++) { _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
