Re: [PATCH] rtc: bunch of drivers: fix 'no irq' case handing

From: Alessandro Zummo
Date: Wed Nov 12 2008 - 05:21:26 EST


On Tue, 11 Nov 2008 16:17:28 -0800
Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:

> > rtc-sh.c is using platform_get_irq, but was storing a result into an
> > unsigned type, then was checking for < 0. This is fixed now.
> >
> > Signed-off-by: Anton Vorontsov <avorontsov@xxxxxxxxxxxxx>
>
> Do we see any reason why this should be pushed into 2.6.28?

We are not in hurry I'd say. Also irq is valid on some platforms,
so the check only makes sense for drivers whose platforms
do not use it.
--

Best regards,

Alessandro Zummo,
Tower Technologies - Torino, Italy

http://www.towertech.it

--
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/