commit | 226ee6751541a958cd1ad982f5ba0f9affde6141 | [log] [tgz] |
---|---|---|
author | Michael Grzeschik <m.grzeschik@pengutronix.de> | Mon Sep 29 11:55:34 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 29 14:36:25 2014 -0400 |
tree | 3e867b8e9af52ed397219d3d4e732bf26ea48696 | |
parent | 41c91996d99394a75912aa5bfda300b85789ed43 [diff] |
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>