X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fmmc%2Fhost%2Fmvsdio.c;h=366eefa77c5a4b96f2a1c8ce9f822ff053aecb1c;hb=1a13f8fa76c880be41d6b1e6a2b44404bcbfdf9e;hp=34e23489811ae74ea14594f1af1cb84f7a6e6b58;hpb=a791daa15305e7e549a418ef0ae6bc4b4580066e;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/mmc/host/mvsdio.c b/drivers/mmc/host/mvsdio.c index 34e23489811a..366eefa77c5a 100644 --- a/drivers/mmc/host/mvsdio.c +++ b/drivers/mmc/host/mvsdio.c @@ -865,7 +865,7 @@ static int mvsd_suspend(struct platform_device *dev, pm_message_t state) int ret = 0; if (mmc) - ret = mmc_suspend_host(mmc, state); + ret = mmc_suspend_host(mmc); return ret; }