From: Florian Fainelli Date: Mon, 2 Apr 2007 16:07:55 +0000 (+0000) Subject: Add missing \n X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=9ccde84476f242b5603686b666784af5ed4779b9 Add missing \n SVN-Revision: 6836 --- 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; + }