commit | 9cbc1b6834dc6a6877271c829e9396dc2f26ae76 | [log] [tgz] |
---|---|---|
author | Robert Hancock <hancock@sedsystems.ca> | Thu Jun 06 16:28:15 2019 -0600 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 06 16:24:29 2019 -0700 |
tree | 1bda9a75f114bbc71b394ac384ec2d294e277fb2 | |
parent | 867d03bc238f62fcd28f287b9da8af5e483baeab [diff] |
net: axienet: Support shared interrupts Specify IRQF_SHARED to support shared interrupts. If the interrupt handler is called and the device is not indicating an interrupt, just return IRQ_NONE rather than spewing error messages. Signed-off-by: Robert Hancock <hancock@sedsystems.ca> Signed-off-by: David S. Miller <davem@davemloft.net>