generic/4.0: fix ubi EOF marker patch

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 44881
This commit is contained in:
Imre Kaloz 2015-03-19 10:13:21 +00:00
parent 0d8d48641d
commit 05bf6e0f2e

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