Add missing \n
[openwrt.git] / target / linux / rb532-2.6 / patches / 500-Nand.patch
index cb23465..f324481 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;
 +      }
This page took 0.024673 seconds and 4 git commands to generate.