Author: kaloz Date: 2015-03-19 11:13:21 +0100 (Thu, 19 Mar 2015) New Revision: 44881
Modified: trunk/target/linux/generic/patches-4.0/494-mtd-ubi-add-EOF-marker-support.patch Log: generic/4.0: fix ubi EOF marker patch Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/target/linux/generic/patches-4.0/494-mtd-ubi-add-EOF-marker-support.patch =================================================================== --- trunk/target/linux/generic/patches-4.0/494-mtd-ubi-add-EOF-marker-support.patch 2015-03-19 10:11:20 UTC (rev 44880) +++ trunk/target/linux/generic/patches-4.0/494-mtd-ubi-add-EOF-marker-support.patch 2015-03-19 10:13:21 UTC (rev 44881) @@ -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; + } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
