On 07/12/2016 03:24 PM, Lars-Peter Clausen wrote: [...] > xspi->irq = platform_get_irq(pdev, 0); > + if (xspi->irq < 0 && xspi->irq != -ENXIO) > + return xspi->irq; Sorry, I messed up the error path handling here. Will fix it in v2. -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html