From 259444b050d043dcb7783e1d2cc6626894937923 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 2 Apr 2007 16:07:55 +0000 Subject: [PATCH] Add missing \n git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6836 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/rb532-2.6/patches/500-Nand.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rb532-2.6/patches/500-Nand.patch b/target/linux/rb532-2.6/patches/500-Nand.patch index cb2346544..f3244817c 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; + } -- 2.35.1