On Tue, 17 Feb 2009, Samuel Ortiz wrote: > > > --- a/drivers/mfd/twl4030-irq.c > > > +++ b/drivers/mfd/twl4030-irq.c > > > @@ -182,7 +182,7 @@ static int twl4030_irq_thread(void *data) > > > long irq = (long)data; > > > struct irq_desc *desc = irq_to_desc(irq); > > > static unsigned i2c_errors; > > > - const static unsigned max_i2c_errors = 100; > > > + static const unsigned max_i2c_errors = 100; > > > > > > if (!desc) { > > > pr_err("twl4030: Invalid IRQ: %ld\n", irq); > > > > This doesn't seem to be picked by anyone for current -next/-mmotm, I have > > applied it to trivial tree. Thanks, > I'm queueing this one into my mfd for-next branch. I'm ok if you push it > upstream before the next merge window though. No problem, I have dropped it from trivial tree, please take it through yours. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html