diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-02 16:07:55 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-02 16:07:55 +0000 |
commit | 259444b050d043dcb7783e1d2cc6626894937923 (patch) | |
tree | e80b5ac0e4fe2f662ab027cc9e1aba4781d039cd /target/linux/rb532-2.6/patches | |
parent | 7b7da5622067ab810bec00081308ba2f3bd8432c (diff) |
Add missing \n
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6836 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532-2.6/patches')
-rw-r--r-- | target/linux/rb532-2.6/patches/500-Nand.patch | 2 |
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; + } |