On 02/15/2013 03:42 PM, Dmitry Torokhov wrote: > Hi Stephen, > > On Fri, Feb 15, 2013 at 02:58:26PM -0700, Stephen Warren wrote: >> >> - irq = platform_get_irq(pdev, 0); >> - if (irq < 0) { >> + kbc->irq = platform_get_irq(pdev, 0); >> + if (kbc->irq < 0) { >> dev_err(&pdev->dev, "failed to get keyboard IRQ\n"); >> return -ENXIO; >> } > > ikbc->irq is unsigned int so this change is not correct. > > I am also getting rejects when I try to apply this, am I missing some > other patch? I also have a patch from the Tegra tree in my local tree which changes one of the clock-related includes. I'll rebase onto your /next tree directly, fix the irq issue, and repost. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html