Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145523
b: refs/heads/master
c: e749c6f
h: refs/heads/master
i:
  145521: 8c348d3
  145519: b25ac92
v: v3
  • Loading branch information
Ben Nizette authored and Pierre Ossman committed Jun 3, 2009
1 parent 486f9b8 commit 9d97ea7
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: 992697e9b342115dcf052ffa41d418cb4fe1a841
refs/heads/master: e749c6f21fd7dc618f61dd178b4ee739c3cb1c31
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ static irqreturn_t mmc_omap_irq(int irq, void *dev_id)
del_timer(&host->cmd_abort_timer);
host->abort = 1;
OMAP_MMC_WRITE(host, IE, 0);
disable_irq(host->irq);
disable_irq_nosync(host->irq);
schedule_work(&host->cmd_abort_work);
return IRQ_HANDLED;
}
Expand Down

0 comments on commit 9d97ea7

Please sign in to comment.