On Mon, Jan 03, 2011 at 05:40:02PM -0800, Tony Lindgren wrote:
* Felipe Balbi <[email protected]> [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?

Aaa, good catch. Sorry for that. Gotta add a platform_data for passing
that around. Will do it on V2.

--
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to