summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-03-19 10:13:21 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-03-19 10:13:21 +0000
commit05bf6e0f2ea2988920dd6c4463659e1cd7df7ccf (patch)
tree34103a2ea16fe27ea6fb4de33d1b38366b72be2a /target
parent0d8d48641d95c0ca2ca5aa24329a683ae8d06e25 (diff)
downloadmaster-31e0f0ae-05bf6e0f2ea2988920dd6c4463659e1cd7df7ccf.tar.gz
master-31e0f0ae-05bf6e0f2ea2988920dd6c4463659e1cd7df7ccf.tar.bz2
master-31e0f0ae-05bf6e0f2ea2988920dd6c4463659e1cd7df7ccf.zip
generic/4.0: fix ubi EOF marker patch
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44881
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-4.0/494-mtd-ubi-add-EOF-marker-support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.0/494-mtd-ubi-add-EOF-marker-support.patch b/target/linux/generic/patches-4.0/494-mtd-ubi-add-EOF-marker-support.patch
index 3d2724324b..3763c2f33b 100644
--- a/target/linux/generic/patches-4.0/494-mtd-ubi-add-EOF-marker-support.patch
+++ b/target/linux/generic/patches-4.0/494-mtd-ubi-add-EOF-marker-support.patch
@@ -27,7 +27,7 @@
+ return err;
+
+ if (ec_hdr_has_eof(ech)) {
-+ ubi_msg("EOF marker found, PEBs from %d will be erased",
++ pr_notice("UBI: EOF marker found, PEBs from %d will be erased",
+ pnum);
+ ai->eof_found = true;
+ }