]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: mvmdio: disable/unprepare clocks in EPROBE_DEFER case
authorTobias Jordan <Tobias.Jordan@elektrobit.com>
Wed, 6 Dec 2017 14:23:23 +0000 (15:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Dec 2017 18:40:23 +0000 (13:40 -0500)
commit589bf32f09852041fbd3b7ce1a9e703f95c230ba
tree5e734051fef85cfb16a7b8aeacc4487e1305ef2b
parent30f1e59550363f6be28213393407ef225150e7fe
net: mvmdio: disable/unprepare clocks in EPROBE_DEFER case

add appropriate calls to clk_disable_unprepare() by jumping to out_mdio
in case orion_mdio_probe() returns -EPROBE_DEFER.

Found by Linux Driver Verification project (linuxtesting.org).

Fixes: 3d604da1e954 ("net: mvmdio: get and enable optional clock")
Signed-off-by: Tobias Jordan <Tobias.Jordan@elektrobit.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvmdio.c