Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232678
b: refs/heads/master
c: ccff9b5
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jan 31, 2011
1 parent c3836b4 commit ae8c970
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f5a106d9e2a5d947e106c3caace373ded1a695ed
refs/heads/master: ccff9b51825b7335889b780bdf7de84ca803e291
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/mmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ mmci_data_irq(struct mmci_host *host, struct mmc_data *data,
if (status & MCI_DATABLOCKEND)
dev_err(mmc_dev(host->mmc), "stray MCI_DATABLOCKEND interrupt\n");

if (status & MCI_DATAEND) {
if (status & MCI_DATAEND || data->error) {
mmci_stop_data(host);

if (!data->error)
Expand Down

0 comments on commit ae8c970

Please sign in to comment.