mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
chromebook_platform: catch up with ig4iic -> ig4iic_pci in r310621
Reported by: Wolfgang Zenker <wolfgang@lyxys.ka.sub.org> Tested by: Wolfgang Zenker <wolfgang@lyxys.ka.sub.org> MFC after: 5 days
This commit is contained in:
parent
845ab1f5a0
commit
253495d764
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ chromebook_i2c_identify(driver_t *driver, device_t bus)
|
|||
* 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++) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue