svn commit: r314271 - head/sys/dev/chromebook_platform

Andriy Gapon avg at FreeBSD.org
Sat Feb 25 15:55:48 UTC 2017


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 <wolfgang at lyxys.ka.sub.org>
  Tested by:	Wolfgang Zenker <wolfgang at lyxys.ka.sub.org>
  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++) {


More information about the svn-src-all mailing list