Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307941
b: refs/heads/master
c: 0214597
h: refs/heads/master
i:
  307939: 012ca5e
v: v3
  • Loading branch information
Mark Brown authored and Chris Ball committed Apr 22, 2012
1 parent fe9fb2a commit 1843c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f8bea7f75618165d015f083c77f1db3e4584f88
refs/heads/master: 021459773d9b93e8d7388086db7b17107bdfc51d
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@ static u8 sdhci_calc_timeout(struct sdhci_host *host, struct mmc_command *cmd)
}

if (count >= 0xF) {
pr_warning("%s: Too large timeout requested for CMD%d!\n",
mmc_hostname(host->mmc), cmd->opcode);
pr_warning("%s: Too large timeout 0x%x requested for CMD%d!\n",
mmc_hostname(host->mmc), count, cmd->opcode);
count = 0xE;
}

Expand Down

0 comments on commit 1843c5a

Please sign in to comment.