r2067 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Wed May 23 13:38:46 CEST 2007


Author: laforge
Date: 2007-05-23 13:38:46 +0200 (Wed, 23 May 2007)
New Revision: 2067

Modified:
   trunk/src/target/kernel/patches/s3c2410_touchscreen.patch
Log:
use correct device name


Modified: trunk/src/target/kernel/patches/s3c2410_touchscreen.patch
===================================================================
--- trunk/src/target/kernel/patches/s3c2410_touchscreen.patch	2007-05-23 11:31:48 UTC (rev 2066)
+++ trunk/src/target/kernel/patches/s3c2410_touchscreen.patch	2007-05-23 11:38:46 UTC (rev 2067)
@@ -373,7 +373,7 @@
 +
 +
 +	/* If we acutally are a S3C2410: Configure GPIOs */
-+	if (!strcmp(pdev->dev.name, "s3c2410-ts"))
++	if (!strcmp(pdev->name, "s3c2410-ts"))
 +		s3c2410_ts_connect();
 +
 +	if ((info->presc&0xff) > 0)





More information about the commitlog mailing list