Root/target/linux/xburst/patches-3.0/0018-901-ubi-Read-only-the-vid-header-instead-of-the-whol.patch

1From e4334870d2348cc326cb9135e9da83cdbec9e95e Mon Sep 17 00:00:00 2001
2From: Xiangfu Liu <xiangfu@macbook.(none)>
3Date: Fri, 19 Aug 2011 15:45:19 +0800
4Subject: [PATCH 18/32] 901-ubi-Read-only-the-vid-header-instead-of-the-whole-pa.patch
5
6---
7 drivers/mtd/ubi/io.c | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
9
10diff --git a/drivers/mtd/ubi/io.c b/drivers/mtd/ubi/io.c
11index 8c1b1c7..b0346e4 100644
12--- a/drivers/mtd/ubi/io.c
13+++ b/drivers/mtd/ubi/io.c
14@@ -1031,7 +1031,7 @@ int ubi_io_read_vid_hdr(struct ubi_device *ubi, int pnum,
15 
16     p = (char *)vid_hdr - ubi->vid_hdr_shift;
17     read_err = ubi_io_read(ubi, p, pnum, ubi->vid_hdr_aloffset,
18- ubi->vid_hdr_alsize);
19+ UBI_VID_HDR_SIZE + ubi->vid_hdr_shift);
20     if (read_err && read_err != UBI_IO_BITFLIPS && read_err != -EBADMSG)
21         return read_err;
22 
23--
241.7.4.1
25
26

Archive Download this file



interactive