Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156155
b: refs/heads/master
c: a9239d7
h: refs/heads/master
i:
  156153: 36db612
  156151: 26e755b
v: v3
  • Loading branch information
Joe Perches authored and Pierre Ossman committed Jul 31, 2009
1 parent 68ebb28 commit 3b01d28
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: 4b2a108cd0d34880fe9d932258ca5b2ccebcd05e
refs/heads/master: a9239d750d9991f2feee78fc5669a4613abc1adb
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/imxmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ static irqreturn_t imxmci_irq(int irq, void *devid)
set_bit(IMXMCI_PEND_STARTED_b, &host->pending_events);
tasklet_schedule(&host->tasklet);

return IRQ_RETVAL(handled);;
return IRQ_RETVAL(handled);
}

static void imxmci_tasklet_fnc(unsigned long data)
Expand Down

0 comments on commit 3b01d28

Please sign in to comment.