From: Mark Brown <broo...@kernel.org> Date: Thu, 26 Nov 2015 11:59:46 +0000
> The gianfar driver has recently been enabled on arm64 but fails to build > since it check the return value of platform_get_irq() against NO_IRQ. Fix > this by instead checking for a negative error code. > > Even on ARM where this code was previously being built this check was > incorrect since platform_get_irq() returns a negative error code which > may not be exactly the (unsigned int)(-1) that NO_IRQ is defined to be. > > Signed-off-by: Mark Brown <broo...@kernel.org> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html