On Mon, Feb 23, 2009 at 05:29:38PM -0500, Josh Karabin wrote: > > - if (pdev->resource[1].flags != IORESOURCE_IRQ) { > > - dev_dbg(&pdev->dev, "resource[1] is not IORESOURCE_IRQ\n"); > > - retval = -ENOMEM; > > - } > > - > > Your patch description doesn't explain why you removed this code. Was it intentional? > I didn't see that any of the helpers called below covered the case, but I didn't look too hard. int irq = platform_get_irq(pdev, 0); -- balbi -- 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