From 80373e40a35b6e7786797dcbfa6b5bfaef65ede9 Mon Sep 17 00:00:00 2001 From: kaloz Date: Thu, 19 Mar 2015 10:13:21 +0000 Subject: [PATCH] generic/4.0: fix ubi EOF marker patch Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44881 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/generic/patches-4.0/494-mtd-ubi-add-EOF-marker-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; + } -- 2.11.0