generic/4.0: fix ubi EOF marker patch
authorImre Kaloz <kaloz@openwrt.org>
Thu, 19 Mar 2015 10:13:21 +0000 (10:13 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Thu, 19 Mar 2015 10:13:21 +0000 (10:13 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44881 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic/patches-4.0/494-mtd-ubi-add-EOF-marker-support.patch

index 3d27243..3763c2f 100644 (file)
@@ -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;
 +              }