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? Thanks. -- Dmitry -- 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