Skip to content

Commit

Permalink
imxmmc: Remove unnecessary semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
  • Loading branch information
JoePerches authored and ossman committed Jul 31, 2009
1 parent 4b2a108 commit a9239d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 a9239d7

Please sign in to comment.