diff options
Diffstat (limited to 'drivers/mtd/ubi/vtbl.c')
| -rw-r--r-- | drivers/mtd/ubi/vtbl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/vtbl.c b/drivers/mtd/ubi/vtbl.c index 926e3df14fb..d77b1c1d7c7 100644 --- a/drivers/mtd/ubi/vtbl.c +++ b/drivers/mtd/ubi/vtbl.c @@ -858,7 +858,7 @@ out_free:   */  static void self_vtbl_check(const struct ubi_device *ubi)  { -	if (!ubi->dbg->chk_gen) +	if (!ubi_dbg_chk_gen(ubi))  		return;  	if (vtbl_check(ubi, ubi->vtbl)) {  |