generic/4.0: fix ubi EOF marker patch
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44881
This commit is contained in:
parent
0d8d48641d
commit
05bf6e0f2e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
+ }
|
||||
|
|
Loading…
Reference in a new issue