commit | 3dd0ef05f74693e55549ed790e350af5a392234f | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Sun Nov 20 20:14:17 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 20 21:16:13 2016 -0500 |
tree | 5f78287c22701b040ad25a36c5df96aef4d92f4a | |
parent | 3460a5770ce97d7caeb4b11766c7bb2d74d0d29c [diff] |
net: dsa: mv88e6xxx: Fix cleanup on error for g1 interrupt setup On error, remask the interrupts, release all maps, and remove the domain. This cannot be done using the mv88e6xxx_g1_irq_free() because some of these actions are not idempotent. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>