Re: [patch 09/10] mfd: Cleanup irq namespace

From: Mark Brown
Date: Fri Mar 25 2011 - 08:08:37 EST


On Fri, Mar 25, 2011 at 11:12:32AM -0000, Thomas Gleixner wrote:
> Converted with coccinelle.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Acked-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>

but

> #ifdef CONFIG_ARM
> set_irq_flags(__irq, IRQF_VALID);
> #else
> - set_irq_noprobe(__irq);
> + irq_set_noprobe(__irq);

it looks like you also need to update the set_irq_flags() naming.
--
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/