commit | 589bf32f09852041fbd3b7ce1a9e703f95c230ba | [log] [tgz] |
---|---|---|
author | Tobias Jordan <Tobias.Jordan@elektrobit.com> | Wed Dec 06 15:23:23 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 07 13:40:23 2017 -0500 |
tree | 5e734051fef85cfb16a7b8aeacc4487e1305ef2b | |
parent | 30f1e59550363f6be28213393407ef225150e7fe [diff] |
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>