Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2017 15:55:46 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314271 - head/sys/dev/chromebook_platform
Message-ID:  <201702251555.v1PFtkUv016926@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@lyxys.ka.sub.org>
  Tested by:	Wolfgang Zenker <wolfgang@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++) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702251555.v1PFtkUv016926>