diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2011-12-23 12:03:12 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-01-09 13:25:35 -0500 |
commit | 85f2f2a809d658c15b574df02ede92090f45a1f2 (patch) | |
tree | 7d4ae7ca646db856aca7f2509c404b9d938fee0b /drivers/mtd/rfd_ftl.c | |
parent | b0a31f7b2a668f00a8d0546dfeed65fac871b2da (diff) |
mtd: introduce mtd_sync interface
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
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; |