X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=drivers%2Fmmc%2Fhost%2Fau1xmmc.c;fp=drivers%2Fmmc%2Fhost%2Fau1xmmc.c;h=c8da5d30a861b5b7a294945f59aae0d80968c128;hp=f5834449400e0b06d6cd4d60f85c9ce4d303705a;hb=1a13f8fa76c880be41d6b1e6a2b44404bcbfdf9e;hpb=a791daa15305e7e549a418ef0ae6bc4b4580066e diff --git a/drivers/mmc/host/au1xmmc.c b/drivers/mmc/host/au1xmmc.c index f5834449400e..c8da5d30a861 100644 --- a/drivers/mmc/host/au1xmmc.c +++ b/drivers/mmc/host/au1xmmc.c @@ -1142,7 +1142,7 @@ static int au1xmmc_suspend(struct platform_device *pdev, pm_message_t state) struct au1xmmc_host *host = platform_get_drvdata(pdev); int ret; - ret = mmc_suspend_host(host->mmc, state); + ret = mmc_suspend_host(host->mmc); if (ret) return ret;