diff options
Diffstat (limited to 'drivers/mtd/ubi/eba.c')
-rw-r--r-- | drivers/mtd/ubi/eba.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/ubi/eba.c b/drivers/mtd/ubi/eba.c index 7b7add6da12f..1297732f4db9 100644 --- a/drivers/mtd/ubi/eba.c +++ b/drivers/mtd/ubi/eba.c | |||
@@ -1188,6 +1188,7 @@ int ubi_eba_init_scan(struct ubi_device *ubi, struct ubi_scan_info *si) | |||
1188 | if (ubi->avail_pebs < EBA_RESERVED_PEBS) { | 1188 | if (ubi->avail_pebs < EBA_RESERVED_PEBS) { |
1189 | ubi_err("no enough physical eraseblocks (%d, need %d)", | 1189 | ubi_err("no enough physical eraseblocks (%d, need %d)", |
1190 | ubi->avail_pebs, EBA_RESERVED_PEBS); | 1190 | ubi->avail_pebs, EBA_RESERVED_PEBS); |
1191 | err = -ENOSPC; | ||
1191 | goto out_free; | 1192 | goto out_free; |
1192 | } | 1193 | } |
1193 | ubi->avail_pebs -= EBA_RESERVED_PEBS; | 1194 | ubi->avail_pebs -= EBA_RESERVED_PEBS; |