Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164726
b: refs/heads/master
c: 0a40e64
h: refs/heads/master
v: v3
  • Loading branch information
Jarkko Lavinen authored and Linus Torvalds committed Sep 23, 2009
1 parent cfcf585 commit eb78f83
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: 13189e78caa824f0285b1823519c020591641207
refs/heads/master: 0a40e64786933fb04be37af0a19aa320bc3414a8
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ static irqreturn_t mmc_omap_irq(int irq, void *dev_id)

if (end_cmd || ((status & CC) && host->cmd))
mmc_omap_cmd_done(host, host->cmd);
if (end_trans || (status & TC))
if ((end_trans || (status & TC)) && host->mrq)
mmc_omap_xfer_done(host, data);

return IRQ_HANDLED;
Expand Down

0 comments on commit eb78f83

Please sign in to comment.