Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131515
b: refs/heads/master
c: c232f45
h: refs/heads/master
i:
  131513: efe829e
  131511: f082d09
v: v3
  • Loading branch information
Jean Pihet authored and Pierre Ossman committed Feb 18, 2009
1 parent 36b76b4 commit 61d5a63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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: eb25082657be3e7639e349fc926afdcbb0a4dc65
refs/heads/master: c232f457e409b34417166596ea3daf298ace95c9
9 changes: 8 additions & 1 deletion trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,15 @@ static irqreturn_t mmc_omap_irq(int irq, void *dev_id)
}
end_cmd = 1;
}
if (host->data)
if (host->data) {
mmc_dma_cleanup(host);
OMAP_HSMMC_WRITE(host->base, SYSCTL,
OMAP_HSMMC_READ(host->base,
SYSCTL) | SRD);
while (OMAP_HSMMC_READ(host->base,
SYSCTL) & SRD)
;
}
}
if ((status & DATA_TIMEOUT) ||
(status & DATA_CRC)) {
Expand Down

0 comments on commit 61d5a63

Please sign in to comment.