Re: [PATCH 1/2] spi: xilinx: Handle errors from platform_get_irq()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux