From: xbw Date: Fri, 28 Sep 2012 09:23:23 +0000 (+0800) Subject: SDMMC: fix the crash bug when error occur during suspend X-Git-Tag: firefly_0821_release~8509 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=435b5d8927c0299fac1ffda02f5cb385d9b7817e;p=firefly-linux-kernel-4.4.55.git SDMMC: fix the crash bug when error occur during suspend --- diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index 3f3615c0af90..cc973ce3d993 100755 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -2013,7 +2013,7 @@ int mmc_suspend_host(struct mmc_host *host) if (host->bus_ops->suspend) err = host->bus_ops->suspend(host); -#if defined(CONFIG_SDMMC_RK29) && defined(CONFIG_SDMMC_RK29_OLD) +#if defined(CONFIG_SDMMC_RK29) && !defined(CONFIG_SDMMC_RK29_OLD) //deleted all detail code. //fix the crash bug when error occur during suspend. Modiefyed by xbw at 2012-08-09 #else if (err == -ENOSYS || !host->bus_ops->resume) {