commit | 3ef9cc31ee39dea369e989de3f7f9e822cc8de62 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Mon Feb 17 19:05:57 2014 -0300 |
committer | Tejun Heo <tj@kernel.org> | Tue Feb 18 17:39:54 2014 -0500 |
tree | 6891bfa6604da1c29d7639546e3e028da8b40185 | |
parent | b314fc7754119e12974210f06e04cd7a15206fee [diff] |
pata_imx: Propagate the real error code on platform_get_irq() failure No need to return a 'fake' return value on platform_get_irq() failure. Just return the error code itself instead. Also, change the error condition to irq < 0, so that only negative values are treated as errors. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Tejun Heo <tj@kernel.org>