i2c: imx: propagate irq error code in probe
authorWolfram Sang <wsa@the-dreams.de>
Thu, 12 Dec 2013 21:51:31 +0000 (22:51 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 3 Jan 2014 16:40:38 +0000 (17:40 +0100)
smatch rightfully says:
drivers/i2c/busses/i2c-imx.c:610 i2c_imx_probe() info: why not propagate 'irq' from platform_get_irq() instead of (-2)?

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

No differences found