[Armadeus-commitlog] SF.net SVN: armadeus: [685] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
|
From: <th...@us...> - 2007-11-16 17:07:39
|
Revision: 685
http://armadeus.svn.sourceforge.net/armadeus/?rev=685&view=rev
Author: thom25
Date: 2007-11-16 09:07:41 -0800 (Fri, 16 Nov 2007)
Log Message:
-----------
fix warning
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/022-linux-2.6.23.1-apf9328-mtd.diff
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/022-linux-2.6.23.1-apf9328-mtd.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/022-linux-2.6.23.1-apf9328-mtd.diff 2007-11-16 17:06:32 UTC (rev 684)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/022-linux-2.6.23.1-apf9328-mtd.diff 2007-11-16 17:07:41 UTC (rev 685)
@@ -95,7 +95,7 @@
+
+ simple_map_init(&apf9328_map);
+
-+ printk(KERN_NOTICE "Probing %s at physical address 0x%08lx (%d-bit buswidth)\n", apf9328_map.name, apf9328_map.phys, apf9328_map.bankwidth * 8);
++ printk(KERN_NOTICE "Probing %s at physical address 0x%08x (%d -bit buswidth)\n", apf9328_map.name, apf9328_map.phys, apf9328_map.bankwidth * 8);
+
+ mymtds = do_map_probe("cfi_probe", &apf9328_map);
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|