diff options
Diffstat (limited to 'drivers/mtd/sm_ftl.c')
-rw-r--r-- | drivers/mtd/sm_ftl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/sm_ftl.c b/drivers/mtd/sm_ftl.c index 1c9f307ae0a1..2f1acb1ab5e8 100644 --- a/drivers/mtd/sm_ftl.c +++ b/drivers/mtd/sm_ftl.c | |||
@@ -479,7 +479,7 @@ static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block, | |||
479 | return -EIO; | 479 | return -EIO; |
480 | } | 480 | } |
481 | 481 | ||
482 | if (mtd->erase(mtd, &erase)) { | 482 | if (mtd_erase(mtd, &erase)) { |
483 | sm_printk("erase of block %d in zone %d failed", | 483 | sm_printk("erase of block %d in zone %d failed", |
484 | block, zone_num); | 484 | block, zone_num); |
485 | goto error; | 485 | goto error; |