Add missing \n
[openwrt-10.03/.git] / target / linux / rb532-2.6 / patches / 500-Nand.patch
index cb2346544cf7060047f457719c1a2c615643c2ca..f3244817cfc7c0106c5e9c561ec8f7a69fbbedb6 100644 (file)
@@ -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;
 +      }