projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing \n
[openwrt.git]
/
target
/
linux
/
rb532-2.6
/
patches
/
500-Nand.patch
diff --git
a/target/linux/rb532-2.6/patches/500-Nand.patch
b/target/linux/rb532-2.6/patches/500-Nand.patch
index
cb23465
..
f324481
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;
+ }
This page took
0.024673 seconds
and
4
git commands to generate.