[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200908030034.11692.ppisa@pikron.com>
Date: Mon, 3 Aug 2009 00:34:11 +0200
From: Pavel Pisa <ppisa@...ron.com>
To: Pierre Ossman <pierre@...man.eu>
Cc: Joe Perches <joe@...ches.com>, linux-kernel@...r.kernel.org,
trivial@...nel.org, Andrew Morton <akpm@...ux-foundation.org>,
Sascha Hauer <s.hauer@...gutronix.de>
Subject: Re: [PATCH 26/62] drivers/mmc/host/imxmmc.c: Remove unnecessary semicolons
On Friday 31 July 2009 11:30:26 Pierre Ossman wrote:
> On Sun, 28 Jun 2009 09:26:31 -0700
>
> Joe Perches <joe@...ches.com> wrote:
> > Signed-off-by: Joe Perches <joe@...ches.com>
> > ---
> > 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)
>
> Queued.
Hello Pierre,
I have already ACKed this patch on some other mailing list.
But generally do not count with me much, because I have finish other
demanding things at company and university before could return
to great kernel playground.
I would like to send you BIG THANKS for all your MMC/SD related
work as well.
Best wishes,
Pavel
--
Pavel Pisa
e-mail: pisa@....felk.cvut.cz
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists