diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-01 13:55:02 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-01 13:55:02 +0000 |
commit | 8e20cceeae5c97eb8f53fc524a2f28a5244de15f (patch) | |
tree | 48ab6a9448455e0832b4037600b0e03f06c07154 /target/linux/bcm53xx/patches-3.14/500-UBI-Detect-EOF-mark-and-erase-all-remaining-blocks.patch | |
parent | bc356cef8245214321c6b944bb8ebe2e72542387 (diff) | |
download | upstream-8e20cceeae5c97eb8f53fc524a2f28a5244de15f.tar.gz upstream-8e20cceeae5c97eb8f53fc524a2f28a5244de15f.tar.bz2 upstream-8e20cceeae5c97eb8f53fc524a2f28a5244de15f.zip |
bcm53xx: refresh patches
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43144
Diffstat (limited to 'target/linux/bcm53xx/patches-3.14/500-UBI-Detect-EOF-mark-and-erase-all-remaining-blocks.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.14/500-UBI-Detect-EOF-mark-and-erase-all-remaining-blocks.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/500-UBI-Detect-EOF-mark-and-erase-all-remaining-blocks.patch b/target/linux/bcm53xx/patches-3.14/500-UBI-Detect-EOF-mark-and-erase-all-remaining-blocks.patch index 50a89cb6fa..b8229cd38c 100644 --- a/target/linux/bcm53xx/patches-3.14/500-UBI-Detect-EOF-mark-and-erase-all-remaining-blocks.patch +++ b/target/linux/bcm53xx/patches-3.14/500-UBI-Detect-EOF-mark-and-erase-all-remaining-blocks.patch @@ -11,8 +11,6 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> drivers/mtd/ubi/io.c | 5 +++++ 1 file changed, 5 insertions(+) -diff --git a/drivers/mtd/ubi/io.c b/drivers/mtd/ubi/io.c -index d361349..f9bba3c 100644 --- a/drivers/mtd/ubi/io.c +++ b/drivers/mtd/ubi/io.c @@ -727,6 +727,7 @@ bad: @@ -23,7 +21,7 @@ index d361349..f9bba3c 100644 int ubi_io_read_ec_hdr(struct ubi_device *ubi, int pnum, struct ubi_ec_hdr *ec_hdr, int verbose) { -@@ -753,6 +754,10 @@ int ubi_io_read_ec_hdr(struct ubi_device *ubi, int pnum, +@@ -753,6 +754,10 @@ int ubi_io_read_ec_hdr(struct ubi_device } magic = be32_to_cpu(ec_hdr->magic); @@ -34,6 +32,3 @@ index d361349..f9bba3c 100644 if (magic != UBI_EC_HDR_MAGIC) { if (mtd_is_eccerr(read_err)) return UBI_IO_BAD_HDR_EBADMSG; --- -1.8.4.5 - |