aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2007-07-06 14:38:46 +0300
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2007-07-18 16:58:02 +0300
commit2f3cdb55eef4fa1398965e893f731fb6e6312d34 (patch)
tree9c5fd92c4a09fc3a93044ca35108ccecae9be571 /drivers/mtd
parentUBI: bugfix in sqnum calculation (diff)
downloadlinux-dev-2f3cdb55eef4fa1398965e893f731fb6e6312d34.tar.xz
linux-dev-2f3cdb55eef4fa1398965e893f731fb6e6312d34.zip
UBI: bugfix in max_sqnum calculation
Do not zero max_sqnum after a new volume has been found. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/ubi/scan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/scan.c b/drivers/mtd/ubi/scan.c
index ce26b1b25ba7..94ee54934411 100644
--- a/drivers/mtd/ubi/scan.c
+++ b/drivers/mtd/ubi/scan.c
@@ -222,7 +222,6 @@ static struct ubi_scan_volume *add_volume(struct ubi_scan_info *si, int vol_id,
return ERR_PTR(-ENOMEM);
sv->highest_lnum = sv->leb_count = 0;
- si->max_sqnum = 0;
sv->vol_id = vol_id;
sv->root = RB_ROOT;
sv->used_ebs = be32_to_cpu(vid_hdr->used_ebs);