kernel: add fix to block2mtd driver for modified error logging
authorZoltan Herpai <wigyori@uid0.hu>
Sun, 17 Nov 2013 11:57:57 +0000 (11:57 +0000)
committerZoltan Herpai <wigyori@uid0.hu>
Sun, 17 Nov 2013 11:57:57 +0000 (11:57 +0000)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38827

target/linux/generic/patches-3.12/442-block2mtd_logmessages.patch [new file with mode: 0644]

diff --git a/target/linux/generic/patches-3.12/442-block2mtd_logmessages.patch b/target/linux/generic/patches-3.12/442-block2mtd_logmessages.patch
new file mode 100644 (file)
index 0000000..fc9b1a9
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ruN old/drivers/mtd/devices/block2mtd.c new/drivers/mtd/devices/block2mtd.c
+--- old/drivers/mtd/devices/block2mtd.c        2013-11-16 13:04:16.000000000 +0100
++++ new/drivers/mtd/devices/block2mtd.c        2013-11-17 12:00:10.820195738 +0100
+@@ -397,7 +397,7 @@
+               }
+       }
+       if (token[2] && (strlen(token[2]) + 1 > 80))
+-              parse_err("mtd device name too long");
++              pr_err("mtd device name too long\n");
+       add_device(name, erase_size, token[2]);