aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdpart.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2011-12-23 19:25:16 +0200
committerDavid Woodhouse <David.Woodhouse@intel.com>2012-01-09 18:25:45 +0000
commit3fe4bae88460869a8e553397cd9057a4ee7ca341 (patch)
tree0158f2cf5abe127cc74d9b63a2c739797de64552 /drivers/mtd/mtdpart.c
parentmtd: introduce mtd_is_locked interface (diff)
downloadlinux-dev-3fe4bae88460869a8e553397cd9057a4ee7ca341.tar.xz
linux-dev-3fe4bae88460869a8e553397cd9057a4ee7ca341.zip
mtd: introduce mtd_suspend 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/mtdpart.c')
-rw-r--r--drivers/mtd/mtdpart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/mtdpart.c b/drivers/mtd/mtdpart.c
index ad487fcd423f..c5e556a92641 100644
--- a/drivers/mtd/mtdpart.c
+++ b/drivers/mtd/mtdpart.c
@@ -307,7 +307,7 @@ static void part_sync(struct mtd_info *mtd)
static int part_suspend(struct mtd_info *mtd)
{
struct mtd_part *part = PART(mtd);
- return part->master->suspend(part->master);
+ return mtd_suspend(part->master);
}
static void part_resume(struct mtd_info *mtd)