Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164729
b: refs/heads/master
c: 2305010
h: refs/heads/master
i:
  164727: 3959fed
v: v3
  • Loading branch information
Adrian Hunter authored and Linus Torvalds committed Sep 23, 2009
1 parent 4ee7938 commit 69d921b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c653a6d4d18be5213d0e910cee75ebf089f8ba9d
refs/heads/master: 23050103c21d4d5314b7c978187e6e4305a00495
7 changes: 7 additions & 0 deletions trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,13 @@ mmc_omap_xfer_done(struct mmc_omap_host *host, struct mmc_data *data)
if (!data) {
struct mmc_request *mrq = host->mrq;

/* TC before CC from CMD6 - don't know why, but it happens */
if (host->cmd && host->cmd->opcode == 6 &&
host->response_busy) {
host->response_busy = 0;
return;
}

host->mrq = NULL;
mmc_request_done(host->mmc, mrq);
return;
Expand Down

0 comments on commit 69d921b

Please sign in to comment.