mirror of
https://github.com/torvalds/linux.git
synced 2024-12-10 05:01:26 +00:00
net: fec: remove redundant ipg clock disable
Don't disable the ipg clock in the regulator error path. The clock is disable unconditionally two lines below the failed_regulator label. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
cae9910e73
commit
2bb0f3b434
@ -3473,7 +3473,6 @@ fec_probe(struct platform_device *pdev)
|
||||
if (ret) {
|
||||
dev_err(&pdev->dev,
|
||||
"Failed to enable phy regulator: %d\n", ret);
|
||||
clk_disable_unprepare(fep->clk_ipg);
|
||||
goto failed_regulator;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user