aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
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
commit48ac27915955944725d9628b9ea428c671062747 (patch)
tree3287f96bd2683285462afa2efc69f85eb0abb7b3 /target/linux
parent1f5eba6f330bd72775a21cb5298357e6b52c1092 (diff)
downloadmaster-187ad058-48ac27915955944725d9628b9ea428c671062747.tar.gz
master-187ad058-48ac27915955944725d9628b9ea428c671062747.tar.bz2
master-187ad058-48ac27915955944725d9628b9ea428c671062747.zip
generic/4.0: fix ubi EOF marker patch
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44881 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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;
+ }