svn commit: r314551 - stable/11/sys/dev/chromebook_platform

Andriy Gapon avg at FreeBSD.org
Thu Mar 2 10:43:44 UTC 2017


Author: avg
Date: Thu Mar  2 10:43:42 2017
New Revision: 314551
URL: https://svnweb.freebsd.org/changeset/base/314551

Log:
  MFC r314271: chromebook_platform: catch up with ig4iic -> ig4iic_pci in r310621
  
  It was MFC-ed as r311809.

Modified:
  stable/11/sys/dev/chromebook_platform/chromebook_platform.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/chromebook_platform/chromebook_platform.c
==============================================================================
--- stable/11/sys/dev/chromebook_platform/chromebook_platform.c	Thu Mar  2 09:10:39 2017	(r314550)
+++ stable/11/sys/dev/chromebook_platform/chromebook_platform.c	Thu Mar  2 10:43:42 2017	(r314551)
@@ -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-stable mailing list