Hi Markus, On Sat, Jan 24, 2015 at 12:01 PM, Markus Pargmann <mpa@xxxxxxxxxxxxxx> wrote: > + priv->irq = platform_get_irq(pdev, 0); > + if (priv->irq <= 0) { This should be: if (priv->irq < 0) { -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html