net: ethernet: stmmac: fix indentation issue
authorColin Ian King <colin.king@canonical.com>
Wed, 13 Nov 2019 16:22:38 +0000 (16:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Nov 2019 20:33:28 +0000 (12:33 -0800)
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>
drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c

index 95ffaec..9b7be99 100644 (file)
@@ -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);