|
@@ -2356,9 +2356,8 @@ int sdhci_suspend_host(struct sdhci_host *host)
|
|
|
/* Disable tuning since we are suspending */
|
|
|
if (host->version >= SDHCI_SPEC_300 && host->tuning_count &&
|
|
|
host->tuning_mode == SDHCI_TUNING_MODE_1) {
|
|
|
+ del_timer_sync(&host->tuning_timer);
|
|
|
host->flags &= ~SDHCI_NEEDS_RETUNING;
|
|
|
- mod_timer(&host->tuning_timer, jiffies +
|
|
|
- host->tuning_count * HZ);
|
|
|
}
|
|
|
|
|
|
ret = mmc_suspend_host(host->mmc);
|