projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2e2060
)
Add missing \n
author
Florian Fainelli
<
[email protected]
>
Mon, 2 Apr 2007 16:07:55 +0000
(16:07 +0000)
committer
Florian Fainelli
<
[email protected]
>
Mon, 2 Apr 2007 16:07:55 +0000
(16:07 +0000)
SVN-Revision: 6836
target/linux/rb532-2.6/patches/500-Nand.patch
patch
|
blob
|
history
diff --git
a/target/linux/rb532-2.6/patches/500-Nand.patch
b/target/linux/rb532-2.6/patches/500-Nand.patch
index cb2346544cf7060047f457719c1a2c615643c2ca..f3244817cfc7c0106c5e9c561ec8f7a69fbbedb6 100644
(file)
--- 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;
+ }