Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71055
b: refs/heads/master
c: 9e3866b
h: refs/heads/master
i:
  71053: 8273751
  71051: 55ad6ed
  71047: d2d4178
  71039: 0581a9e
v: v3
  • Loading branch information
Andrew Victor authored and Pierre Ossman committed Oct 17, 2007
1 parent 66d4b41 commit ed4e5fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 00cedfa67b3ab1588e2665eabd9843a3d8dd1dfc
refs/heads/master: 9e3866b54867c401da8d9a665d228cf0977ab5be
4 changes: 1 addition & 3 deletions trunk/drivers/mmc/host/at91_mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,9 +581,7 @@ static void at91_mci_completed_command(struct at91mci_host *host)
pr_debug("Status = %08X [%08X %08X %08X %08X]\n",
status, cmd->resp[0], cmd->resp[1], cmd->resp[2], cmd->resp[3]);

if (status & (AT91_MCI_RINDE | AT91_MCI_RDIRE | AT91_MCI_RCRCE |
AT91_MCI_RENDE | AT91_MCI_RTOE | AT91_MCI_DCRCE |
AT91_MCI_DTOE | AT91_MCI_OVRE | AT91_MCI_UNRE)) {
if (status & AT91_MCI_ERRORS) {
if ((status & AT91_MCI_RCRCE) && !(mmc_resp_type(cmd) & MMC_RSP_CRC)) {
cmd->error = 0;
}
Expand Down

0 comments on commit ed4e5fe

Please sign in to comment.