The platform_get_irq() function returns negative number if an error
occurs, Zero if No irq is found and positive number if irq gets successful.
ÂÂ No, returning 0 is not a failure indication anymore! It used to be but not any longer...
platform_get_irq() error checking for only zero is not correct.
[...]