Hi Markus,

On Sat, Jan 24, 2015 at 12:01 PM, Markus Pargmann <[email protected]> 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 devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to