Merge "mmc: sdhci: Remove some redundant stack information"
This commit is contained in:
commit
6b202df713
1 changed files with 2 additions and 1 deletions
|
@ -1702,7 +1702,8 @@ static void sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq)
|
||||||
sdhci_runtime_pm_get(host);
|
sdhci_runtime_pm_get(host);
|
||||||
if (sdhci_check_state(host)) {
|
if (sdhci_check_state(host)) {
|
||||||
sdhci_dump_state(host);
|
sdhci_dump_state(host);
|
||||||
WARN(1, "sdhci in bad state");
|
pr_err("%s: sdhci in bad state\n",
|
||||||
|
mmc_hostname(host->mmc));
|
||||||
mrq->cmd->error = -EIO;
|
mrq->cmd->error = -EIO;
|
||||||
if (mrq->data)
|
if (mrq->data)
|
||||||
mrq->data->error = -EIO;
|
mrq->data->error = -EIO;
|
||||||
|
|
Loading…
Add table
Reference in a new issue