X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Frb532-2.6%2Fpatches%2F500-Nand.patch;fp=target%2Flinux%2Frb532-2.6%2Fpatches%2F500-Nand.patch;h=f3244817cfc7c0106c5e9c561ec8f7a69fbbedb6;hb=259444b050d043dcb7783e1d2cc6626894937923;hp=cb2346544cf7060047f457719c1a2c615643c2ca;hpb=7b7da5622067ab810bec00081308ba2f3bd8432c;p=openwrt-10.03%2F.git 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; + }