net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 5 May 2023 18:39:33 +0000 (20:39 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 May 2023 13:59:02 +0000 (14:59 +0100)
commit27c1eaa07283b0c94becf8241f95368267cf558b
tree53f23687a1ce1ffd4e0abf794b39d17ce546a16e
parent424f8416bb39936df6365442d651ee729b283460
net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe()

Should of_mdiobus_register() fail, a previous usb_get_dev() call should be
undone as in the .disconnect function.

Fixes: 04e37d92fbed ("net: phy: add marvell usb to mdio controller")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/mdio/mdio-mvusb.c