aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-11-13 16:22:38 +0000
committerDavid S. Miller <davem@davemloft.net>2019-11-13 12:33:28 -0800
commit945fe45759bc001c1f81e25fbe9a40b43e59f7b5 (patch)
tree030d6d34ca5610e656746ba8eb64d9edfeaf6504 /drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c
parentnfc: pn533: pn533_phy_ops dev_[up, down] return int (diff)
downloadlinux-dev-945fe45759bc001c1f81e25fbe9a40b43e59f7b5.tar.xz
linux-dev-945fe45759bc001c1f81e25fbe9a40b43e59f7b5.zip
net: ethernet: stmmac: fix indentation issue
There is a return statement that is indented too deeply, remove the extraneous tab. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c
index 95ffaec4ab42..9b7be996d07b 100644
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c
@@ -158,7 +158,7 @@ static int stm32mp1_clk_prepare(struct stm32_dwmac *dwmac, bool prepare)
ret = clk_prepare_enable(dwmac->clk_eth_ck);
if (ret) {
clk_disable_unprepare(dwmac->syscfg_clk);
- return ret;
+ return ret;
}
} else {
clk_disable_unprepare(dwmac->syscfg_clk);