Re: [PATCH 26/62] drivers/mmc/host/imxmmc.c: Remove unnecessary semicolons

From: Pavel Pisa
Date: Wed Jul 01 2009 - 06:04:29 EST


On Sunday 28 June 2009 18:26:31 Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
> ---
> drivers/mmc/host/imxmmc.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mmc/host/imxmmc.c b/drivers/mmc/host/imxmmc.c
> index e0be21a..bf98d7c 100644
> --- a/drivers/mmc/host/imxmmc.c
> +++ b/drivers/mmc/host/imxmmc.c
> @@ -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)


Acked-by: Pavel Pisa <pisa@xxxxxxxxxxxxxxxx>

==================================================
PiKRON s.r.o. Phone/Fax: +420 2 84684676
Kankovskeho 1235 Phone: +420 2 84684676
182 00 Praha 8 WWW: http://www.pikron.com/
Czech Republic e-mail: pikron@xxxxxxxxxx
==================================================
--
Yours sincerely

Pavel Pisa
e-mail: pisa@xxxxxxxxxxxxxxxx
www: http://cmp.felk.cvut.cz/~pisa
university: http://dce.felk.cvut.cz/
company: http://www.pikron.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/