diff options
Diffstat (limited to 'drivers/mtd/rfd_ftl.c')
-rw-r--r-- | drivers/mtd/rfd_ftl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/rfd_ftl.c b/drivers/mtd/rfd_ftl.c index c594bb7abfa3..5426d42cdea7 100644 --- a/drivers/mtd/rfd_ftl.c +++ b/drivers/mtd/rfd_ftl.c | |||
@@ -449,7 +449,7 @@ static int reclaim_block(struct partition *part, u_long *old_sector) | |||
449 | 449 | ||
450 | /* we have a race if sync doesn't exist */ | 450 | /* we have a race if sync doesn't exist */ |
451 | if (part->mbd.mtd->sync) | 451 | if (part->mbd.mtd->sync) |
452 | part->mbd.mtd->sync(part->mbd.mtd); | 452 | mtd_sync(part->mbd.mtd); |
453 | 453 | ||
454 | score = 0x7fffffff; /* MAX_INT */ | 454 | score = 0x7fffffff; /* MAX_INT */ |
455 | best_block = -1; | 455 | best_block = -1; |