diff options
Diffstat (limited to 'drivers/mmc/host/mxcmmc.c')
-rw-r--r-- | drivers/mmc/host/mxcmmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c index 74c87e023866..fdf33e837a73 100644 --- a/drivers/mmc/host/mxcmmc.c +++ b/drivers/mmc/host/mxcmmc.c | |||
@@ -942,7 +942,7 @@ static int mxcmci_suspend(struct platform_device *dev, pm_message_t state) | |||
942 | int ret = 0; | 942 | int ret = 0; |
943 | 943 | ||
944 | if (mmc) | 944 | if (mmc) |
945 | ret = mmc_suspend_host(mmc, state); | 945 | ret = mmc_suspend_host(mmc); |
946 | 946 | ||
947 | return ret; | 947 | return ret; |
948 | } | 948 | } |