Browse Source

Add missing \n

SVN-Revision: 6836
Florian Fainelli 19 years ago
parent
commit
423af6adca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/rb532-2.6/patches/500-Nand.patch

+ 1 - 1
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;
 +	}