r3674 - branches/src/target/kernel/2.6.24.x/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Tue Dec 18 11:50:03 CET 2007


Author: laforge
Date: 2007-12-18 11:50:01 +0100 (Tue, 18 Dec 2007)
New Revision: 3674

Modified:
   branches/src/target/kernel/2.6.24.x/patches/gta01-pcf50606.patch
Log:
add missing semicolon


Modified: branches/src/target/kernel/2.6.24.x/patches/gta01-pcf50606.patch
===================================================================
--- branches/src/target/kernel/2.6.24.x/patches/gta01-pcf50606.patch	2007-12-18 10:24:02 UTC (rev 3673)
+++ branches/src/target/kernel/2.6.24.x/patches/gta01-pcf50606.patch	2007-12-18 10:50:01 UTC (rev 3674)
@@ -1936,7 +1936,7 @@
 +{
 +	int rc;
 +
-+	rc = platform_driver_register(&pcf50606_plat_driver)
++	rc = platform_driver_register(&pcf50606_plat_driver);
 +	if (!rc)
 +		rc = i2c_add_driver(&pcf50606_driver);
 +





More information about the commitlog mailing list