of_irq_to_resource() has recently been fixed to return negative error #'s
along with 0 in case of failure, however the Freescale MPC832x RDB board
code still only regards 0 as a failure indication -- fix it up.
Fixes:
7a4228bbff76 ("of: irq: use of_irq_get() in of_irq_to_resource()")
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Scott Wood <oss@buserror.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
goto err;
ret = of_irq_to_resource(np, 0, &res[1]);
goto err;
ret = of_irq_to_resource(np, 0, &res[1]);
goto err;
pdev = platform_device_alloc("mpc83xx_spi", i);
goto err;
pdev = platform_device_alloc("mpc83xx_spi", i);