aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
commitac73de1e9395e3f8858693f368eff16fdd53f307 (patch)
treee80b5ac0e4fe2f662ab027cc9e1aba4781d039cd /target
parent8c7c1075f8e870acc77817063f9a473d33608def (diff)
downloadupstream-ac73de1e9395e3f8858693f368eff16fdd53f307.tar.gz
upstream-ac73de1e9395e3f8858693f368eff16fdd53f307.tar.bz2
upstream-ac73de1e9395e3f8858693f368eff16fdd53f307.zip
Add missing \n
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6836 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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;
+ }