diff options
Diffstat (limited to 'drivers/mtd/ubi/cdev.c')
-rw-r--r-- | drivers/mtd/ubi/cdev.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/cdev.c b/drivers/mtd/ubi/cdev.c index fb5567878181..619f9144f990 100644 --- a/drivers/mtd/ubi/cdev.c +++ b/drivers/mtd/ubi/cdev.c | |||
@@ -1010,7 +1010,8 @@ static long ctrl_cdev_ioctl(struct file *file, unsigned int cmd, | |||
1010 | * 'ubi_attach_mtd_dev()'. | 1010 | * 'ubi_attach_mtd_dev()'. |
1011 | */ | 1011 | */ |
1012 | mutex_lock(&ubi_devices_mutex); | 1012 | mutex_lock(&ubi_devices_mutex); |
1013 | err = ubi_attach_mtd_dev(mtd, req.ubi_num, req.vid_hdr_offset); | 1013 | err = ubi_attach_mtd_dev(mtd, req.ubi_num, req.vid_hdr_offset, |
1014 | CONFIG_MTD_UBI_BEB_LIMIT); | ||
1014 | mutex_unlock(&ubi_devices_mutex); | 1015 | mutex_unlock(&ubi_devices_mutex); |
1015 | if (err < 0) | 1016 | if (err < 0) |
1016 | put_mtd_device(mtd); | 1017 | put_mtd_device(mtd); |