diff options
Diffstat (limited to 'include/linux/phy.h')
| -rw-r--r-- | include/linux/phy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 2a9567bb8186..0bb5b212ab42 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h | |||
| @@ -830,7 +830,7 @@ static inline int phy_read_status(struct phy_device *phydev) | |||
| 830 | dev_err(&_phydev->mdio.dev, format, ##args) | 830 | dev_err(&_phydev->mdio.dev, format, ##args) |
| 831 | 831 | ||
| 832 | #define phydev_dbg(_phydev, format, args...) \ | 832 | #define phydev_dbg(_phydev, format, args...) \ |
| 833 | dev_dbg(&_phydev->mdio.dev, format, ##args); | 833 | dev_dbg(&_phydev->mdio.dev, format, ##args) |
| 834 | 834 | ||
| 835 | static inline const char *phydev_name(const struct phy_device *phydev) | 835 | static inline const char *phydev_name(const struct phy_device *phydev) |
| 836 | { | 836 | { |
