]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: mv88e6xxx: Unregister MDIO bus on error path
authorAndrew Lunn <andrew@lunn.ch>
Thu, 7 Dec 2017 00:05:57 +0000 (01:05 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Dec 2017 18:53:05 +0000 (13:53 -0500)
commit289e1ce4bebf4517ab64a1b337833c9582a292a6
tree542764a7424158766550b4f7915f70aa955b8964
parentbbda3fe73f83747e6ac2bd8ab072fbe3b2989d5f
net: dsa: mv88e6xxx: Unregister MDIO bus on error path

The MDIO busses need to be unregistered before they are freed,
otherwise BUG() is called. Add a call to the unregister code if the
registration fails, since we can have multiple busses, of which some
may correctly register before one fails. This requires moving the code
around a little.

Fixes: b34277b7205d ("net: dsa: mv88e6xxx: Support multiple MDIO busses")
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/chip.c