[PATCH] mscc.c: fix semicolon.cocci warnings

From: kbuild test robot
Date: Fri Nov 15 2019 - 17:39:25 EST


From: kbuild test robot <lkp@xxxxxxxxx>

drivers/net/phy/mscc.c:1683:3-4: Unneeded semicolon


Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 75a1ccfe6c72 ("mscc.c: Add support for additional VSC PHYs")
CC: Bryan Whitehead <Bryan.Whitehead@xxxxxxxxxxxxx>
Signed-off-by: kbuild test robot <lkp@xxxxxxxxx>
---

tree: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head: a98cdaf73e32d1538cc225464fcf61310749471e
commit: 75a1ccfe6c726ba33a2f9859d39deb2eba620583 [217/233] mscc.c: Add support for additional VSC PHYs

mscc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/phy/mscc.c
+++ b/drivers/net/phy/mscc.c
@@ -1680,7 +1680,7 @@ static int vsc8584_config_init(struct ph
default:
ret = -EINVAL;
break;
- };
+ }

if (ret)
goto err;