* Felipe Balbi <balbi@xxxxxx> [110102 23:49]: > @@ -53,23 +54,23 @@ > struct retu { > /* Device lock */ > spinlock_t lock; > - struct tasklet_struct tasklet; > + struct mutex irq_lock; > struct device *dev; > > + int irq_base; > + int nirqs; > int irq; This one oopses, looks like irq_base is not initialized? Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html