[PATCH 1/5] ARCNET: return IRQ_NONE if the interface isn't running

2014-09-24 Thread Michael Grzeschik
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 --- drivers/net/arcnet/arcnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 1/5] ARCNET: return IRQ_NONE if the interface isn't running

2014-09-24 Thread Michael Grzeschik
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 --- drivers/net/arcnet/arcnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 1/5] ARCNET: return IRQ_NONE if the interface isn't running

2014-09-24 Thread Michael Grzeschik
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.grzesc...@pengutronix.de --- drivers/net/arcnet/arcnet.c | 2 +- 1 file changed, 1

[PATCH 1/5] ARCNET: return IRQ_NONE if the interface isn't running

2014-09-24 Thread Michael Grzeschik
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.grzesc...@pengutronix.de --- drivers/net/arcnet/arcnet.c | 2 +- 1 file changed, 1