aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-04-02 16:07:55 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-04-02 16:07:55 +0000
commit423af6adca85911671066465f68402da4f933622 (patch)
tree5fd81d2bdad8bd432c1d0ee7f1ad553835262d45
parenta2e20609776d10b093ca608ff4b242902eb05006 (diff)
downloadupstream-423af6adca85911671066465f68402da4f933622.tar.gz
upstream-423af6adca85911671066465f68402da4f933622.tar.bz2
upstream-423af6adca85911671066465f68402da4f933622.zip
Add missing \n
SVN-Revision: 6836
-rw-r--r--target/linux/rb532-2.6/patches/500-Nand.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rb532-2.6/patches/500-Nand.patch b/target/linux/rb532-2.6/patches/500-Nand.patch
index cb2346544c..f3244817cf 100644
--- a/target/linux/rb532-2.6/patches/500-Nand.patch
+++ b/target/linux/rb532-2.6/patches/500-Nand.patch
@@ -155,7 +155,7 @@ diff -urN linux.old/drivers/mtd/nand/rbmipsnand.c linux.dev/drivers/mtd/nand/rbm
+
+ if (nand_scan(&rmtd, 1) && nand_scan(&rmtd, 1)
+ && nand_scan(&rmtd, 1) && nand_scan(&rmtd, 1)) {
-+ printk("RBxxx nand device not found");
++ printk("RBxxx nand device not found\n");
+ iounmap((void *) p_nand);
+ return -ENXIO;
+ }