]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
net: phy: Remove trailing semicolon in macro definition
authorMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
Tue, 25 Jul 2017 09:08:15 +0000 (11:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Jul 2017 19:33:43 +0000 (12:33 -0700)
Commit e5a03bfd873c2 ("phy: Add an mdio_device structure")
introduced a spurious trailing semicolon. Remove it.

Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/phy.h

index 2a9567bb818636ddf979d8a2d6708991ee06d1a5..0bb5b212ab42e4a430ac721362d317f51c0f637d 100644 (file)
@@ -830,7 +830,7 @@ static inline int phy_read_status(struct phy_device *phydev)
        dev_err(&_phydev->mdio.dev, format, ##args)
 
 #define phydev_dbg(_phydev, format, args...)   \
-       dev_dbg(&_phydev->mdio.dev, format, ##args);
+       dev_dbg(&_phydev->mdio.dev, format, ##args)
 
 static inline const char *phydev_name(const struct phy_device *phydev)
 {