Loading drivers/mmc/core/core.c +7 −4 Original line number Diff line number Diff line Loading @@ -3617,10 +3617,13 @@ int mmc_suspend_host(struct mmc_host *host) if (!err) { if (host->bus_ops->suspend) { if (host->card) { err = mmc_stop_bkops(host->card); if (err) goto out; } err = host->bus_ops->suspend(host); if (host->card) MMC_UPDATE_BKOPS_STATS_SUSPEND(host-> card->bkops_info.bkops_stats); } Loading Loading
drivers/mmc/core/core.c +7 −4 Original line number Diff line number Diff line Loading @@ -3617,10 +3617,13 @@ int mmc_suspend_host(struct mmc_host *host) if (!err) { if (host->bus_ops->suspend) { if (host->card) { err = mmc_stop_bkops(host->card); if (err) goto out; } err = host->bus_ops->suspend(host); if (host->card) MMC_UPDATE_BKOPS_STATS_SUSPEND(host-> card->bkops_info.bkops_stats); } Loading