diff options
Diffstat (limited to 'drivers/mtd/ubi')
-rw-r--r-- | drivers/mtd/ubi/vmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/ubi/vmt.c b/drivers/mtd/ubi/vmt.c index 419599d62b29..32c6ceb1a067 100644 --- a/drivers/mtd/ubi/vmt.c +++ b/drivers/mtd/ubi/vmt.c | |||
@@ -868,6 +868,7 @@ fail: | |||
868 | if (vol) | 868 | if (vol) |
869 | ubi_dbg_dump_vol_info(vol); | 869 | ubi_dbg_dump_vol_info(vol); |
870 | ubi_dbg_dump_vtbl_record(&ubi->vtbl[vol_id], vol_id); | 870 | ubi_dbg_dump_vtbl_record(&ubi->vtbl[vol_id], vol_id); |
871 | dump_stack(); | ||
871 | spin_unlock(&ubi->volumes_lock); | 872 | spin_unlock(&ubi->volumes_lock); |
872 | return -EINVAL; | 873 | return -EINVAL; |
873 | } | 874 | } |