Skip to content
Snippets Groups Projects
Commit 05bf6e0f authored by Imre Kaloz's avatar Imre Kaloz
Browse files

generic/4.0: fix ubi EOF marker patch


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

SVN-Revision: 44881
parent 0d8d4864
No related branches found
No related tags found
No related merge requests found
......@@ -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;
+ }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment