r2911 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Tue Sep 4 20:22:57 CEST 2007


Author: laforge
Date: 2007-09-04 20:22:51 +0200 (Tue, 04 Sep 2007)
New Revision: 2911

Modified:
   trunk/src/target/kernel/patches/gta02-core.patch
Log:
kernel uses printk, I should know that ;)


Modified: trunk/src/target/kernel/patches/gta02-core.patch
===================================================================
--- trunk/src/target/kernel/patches/gta02-core.patch	2007-09-04 18:12:26 UTC (rev 2910)
+++ trunk/src/target/kernel/patches/gta02-core.patch	2007-09-04 18:22:51 UTC (rev 2911)
@@ -916,7 +916,7 @@
  	int ret;
  
 +	if (!machine_is_neo1973_gta01()) {
-+		printf(KERN_INFO
++		printk(KERN_INFO
 +		       "Only GTA01 hardware supported by ASoc driver\n");
 +		return -ENODEV;
 +	}





More information about the commitlog mailing list