net: phy: fix semicolon.cocci warnings

drivers/net/phy/smsc.c:127:3-4: Unneeded semicolon

 Remove unneeded semicolon.

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

CC: Igor Plyatov <plyatov@gmail.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
kbuild test robot 2015-08-18 06:31:42 +08:00 committed by David S. Miller
parent a8079092c1
commit ff94c742df

View file

@ -124,7 +124,7 @@ static int lan87xx_read_status(struct phy_device *phydev)
return rc;
if (rc & MII_LAN83C185_ENERGYON)
break;
};
}
/* Re-enable EDPD */
rc = phy_read(phydev, MII_LAN83C185_CTRL_STATUS);