diff options
-rw-r--r-- | drivers/mtd/ubi/scan.c | 1 |
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, | |||
222 | return ERR_PTR(-ENOMEM); | 222 | return ERR_PTR(-ENOMEM); |
223 | 223 | ||
224 | sv->highest_lnum = sv->leb_count = 0; | 224 | sv->highest_lnum = sv->leb_count = 0; |
225 | si->max_sqnum = 0; | ||
226 | sv->vol_id = vol_id; | 225 | sv->vol_id = vol_id; |
227 | sv->root = RB_ROOT; | 226 | sv->root = RB_ROOT; |
228 | sv->used_ebs = be32_to_cpu(vid_hdr->used_ebs); | 227 | sv->used_ebs = be32_to_cpu(vid_hdr->used_ebs); |