Skip to content

Commit

Permalink
mscc.c: fix semicolon.cocci warnings
Browse files Browse the repository at this point in the history
drivers/net/phy/mscc.c:1683:3-4: Unneeded semicolon

 Remove unneeded semicolon.

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

Fixes: 75a1ccf ("mscc.c: Add support for additional VSC PHYs")
CC: Bryan Whitehead <Bryan.Whitehead@microchip.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
kbuild test robot authored and David S. Miller committed Nov 16, 2019
1 parent 597b01e commit 1e8795b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/mscc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@ static int vsc8584_config_init(struct phy_device *phydev)
default:
ret = -EINVAL;
break;
};
}

if (ret)
goto err;
Expand Down

0 comments on commit 1e8795b

Please sign in to comment.