net: stmicro: handle clk_prepare() failure during init
authorAnirudh Rayabharam <mail@anirudhrb.com>
Mon, 3 May 2021 11:56:48 +0000 (13:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 15:33:18 +0000 (17:33 +0200)
commit0c32a96d000f260b5ebfabb4145a86ae1cd71847
tree48874ffa7fd2ac97dc4bb85e5e8f0933d2d8511f
parentbee1b0511844c8c79fccf1f2b13472393b6b91f7
net: stmicro: handle clk_prepare() failure during init

In case clk_prepare() fails, capture and propagate the error code up the
stack. If regulator_enable() was called earlier, properly unwind it by
calling regulator_disable().

Signed-off-by: Anirudh Rayabharam <mail@anirudhrb.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210503115736.2104747-22-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c