diff options
Diffstat (limited to 'drivers/mtd/ubi/vmt.c')
-rw-r--r-- | drivers/mtd/ubi/vmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/vmt.c b/drivers/mtd/ubi/vmt.c index 863835f4aefe..906f972f950a 100644 --- a/drivers/mtd/ubi/vmt.c +++ b/drivers/mtd/ubi/vmt.c | |||
@@ -855,7 +855,7 @@ static int paranoid_check_volume(struct ubi_device *ubi, int vol_id) | |||
855 | fail: | 855 | fail: |
856 | ubi_err("paranoid check failed for volume %d", vol_id); | 856 | ubi_err("paranoid check failed for volume %d", vol_id); |
857 | if (vol) | 857 | if (vol) |
858 | ubi_dbg_dump_vol_info(vol); | 858 | ubi_dump_vol_info(vol); |
859 | ubi_dbg_dump_vtbl_record(&ubi->vtbl[vol_id], vol_id); | 859 | ubi_dbg_dump_vtbl_record(&ubi->vtbl[vol_id], vol_id); |
860 | dump_stack(); | 860 | dump_stack(); |
861 | spin_unlock(&ubi->volumes_lock); | 861 | spin_unlock(&ubi->volumes_lock); |