]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
can: flexcan: flexcan_irq(): don't unconditionally return IRQ_HANDLED
authorMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 18 Jan 2017 10:45:14 +0000 (11:45 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 6 Feb 2017 14:13:35 +0000 (15:13 +0100)
commitdd2f122a96ea041679f46c063a18145a7cf6ff5f
tree9a3d55e81b57fadd60eca11714ee199c356f1bce
parenta5c02f668c36c05fbbb29d157507be4868ecd176
can: flexcan: flexcan_irq(): don't unconditionally return IRQ_HANDLED

This patch changes the flexcan_irq() function to only return
IRQ_HANDLED, if the interrupt really has been handled, otherwise
IRQ_NONE is returned.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/flexcan.c