commit | 46712644d6e72d8a66f20f51e260e1c3d1eddfeb | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Sun Nov 20 20:14:15 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 20 21:16:13 2016 -0500 |
tree | 8699565f47740f5d6edad020ec214ee734265076 | |
parent | a3db3d3a52f0f159e0aa996792987acd8c14d2ad [diff] |
net: dsa: mv88e6xxx: Fix unconditional irq freeing Trying to remove an IRQ domain that was not created results in an Opps. Add the necessary checks that the irqs were created before freeing them. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>