]> git.baikalelectronics.ru Git - kernel.git/commit
ARCNET: return IRQ_NONE if the interface isn't running
authorMichael Grzeschik <m.grzeschik@pengutronix.de>
Mon, 29 Sep 2014 09:55:34 +0000 (11:55 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Sep 2014 18:36:25 +0000 (14:36 -0400)
commit5cd06bc76927c7c427d4361fbea137e84df43c4a
tree3e867b8e9af52ed397219d3d4e732bf26ea48696
parentaf7838f63e227a43b30e48931a556a9f597ef015
ARCNET: return IRQ_NONE if the interface isn't running

The interrupt handler needs to return IRQ_NONE in case
two devices are used with the shared interrupt handler.
Otherwise it could steal interrupts from the other
interface.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/arcnet/arcnet.c