diff options
author | 2015-06-20 03:32:46 +0300 | |
---|---|---|
committer | 2015-07-12 20:57:41 +0200 | |
commit | 5e63e6baa159fa8c787cf783dbf3d77fbea97331 (patch) | |
tree | 8406c8f34f1abf9d89ec785a3d3c88df234fbb3e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: switchdev: don't abort unsupported operations (diff) | |
download | wireguard-linux-5e63e6baa159fa8c787cf783dbf3d77fbea97331.tar.xz wireguard-linux-5e63e6baa159fa8c787cf783dbf3d77fbea97331.zip |
can: rcar_can: fix IRQ check
rcar_can_probe() regards 0 as a wrong IRQ #, despite platform_get_irq() that it
calls returns negative error code in that case. This leads to the following
being printed to the console when attempting to open the device:
error requesting interrupt fffffffa
because rcar_can_open() calls request_irq() with a negative IRQ #, and that
function naturally fails with -EINVAL.
Check for the negative error codes instead and propagate them upstream instead
of just returning -ENODEV.
Fixes: fd1159318e55 ("can: add Renesas R-Car CAN driver")
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: linux-stable <stable@vger.kernel.org>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions