From: Tobias Jordan <tobias.jor...@elektrobit.com> Date: Wed, 6 Dec 2017 15:23:23 +0100
> 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.jor...@elektrobit.com> Applied, but please in the future format your Fixes: tag properly. You need to put the commit message header line inside of parenthesis and double quotes, like this: Fixes: 3d604da1e954 ("net: mvmdio: get and enable optional clock")