[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20191028203609.GA29373@saurav>
Date: Tue, 29 Oct 2019 02:06:09 +0530
From: Saurav Girepunje <saurav.girepunje@...il.com>
To: nbd@...nwrt.org, john@...ozen.org, sean.wang@...iatek.com,
nelson.chang@...iatek.com, davem@...emloft.net,
matthias.bgg@...il.com, netdev@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: saurav.girepunje@...mail.com
Subject: [PATCH] mediatek: mtk_eth_path.c: Remove unneeded semicolon
Remove unneeded semicolon in mtk_eth_path.c
Signed-off-by: Saurav Girepunje <saurav.girepunje@...il.com>
---
drivers/net/ethernet/mediatek/mtk_eth_path.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/net/ethernet/mediatek/mtk_eth_path.c b/drivers/net/ethernet/mediatek/mtk_eth_path.c
index ef11cf3d1ccc..0fe97155dd8f 100644
--- a/drivers/net/ethernet/mediatek/mtk_eth_path.c
+++ b/drivers/net/ethernet/mediatek/mtk_eth_path.c
@@ -57,7 +57,7 @@ static int set_mux_gdm1_to_gmac1_esw(struct mtk_eth *eth, int path)
default:
updated = false;
break;
- };
+ }
if (updated) {
val = mtk_r32(eth, MTK_MAC_MISC);
@@ -143,7 +143,7 @@ static int set_mux_gmac1_gmac2_to_sgmii_rgmii(struct mtk_eth *eth, int path)
default:
updated = false;
break;
- };
+ }
if (updated)
regmap_update_bits(eth->ethsys, ETHSYS_SYSCFG0,
@@ -174,7 +174,7 @@ static int set_mux_gmac12_to_gephy_sgmii(struct mtk_eth *eth, int path)
break;
default:
updated = false;
- };
+ }
if (updated)
regmap_update_bits(eth->ethsys, ETHSYS_SYSCFG0,
--
2.20.1
Powered by blists - more mailing lists