Re: [tip:irq/core] genirq: Add IRQCHIP_SET_TYPE_MASKED flag

From: Thomas Gleixner
Date: Mon Feb 21 2011 - 08:19:17 EST


On Mon, 21 Feb 2011, Lars-Peter Clausen wrote:

> > @@ -588,11 +596,13 @@ int __irq_set_trigger(struct irq_desc *desc, unsigned
> int irq,
> >
> > if (chip != desc->irq_data.chip)
> > irq_chip_set_defaults(desc->irq_data.chip);
> > - return 0;
> > + ret = 0;
>
> I've just tested the patch and noticed that a 'break' is missing here.

Grmbl. Thanks for catching that !

Thanks,

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