OSDN Git Service

net: phy: Add phydev_warn()
authorAndrew Lunn <andrew@lunn.ch>
Sat, 29 Sep 2018 21:04:10 +0000 (23:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Oct 2018 05:55:35 +0000 (22:55 -0700)
commitab2a605fa621ecf4ec26603a237822f7772cfa28
tree7dc31f40374d00acf6c2e232c26cbdfd14dfa9c3
parentb31cdffa2329fe330cd304ca26c250dd1520fb0a
net: phy: Add phydev_warn()

Not all new style LINK_MODE bits can be converted into old style
SUPPORTED bits. We need to warn when such a conversion is attempted.
Add a helper for this.

Convert all pr_warn() calls to phydev_warn() where possible.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/at803x.c
drivers/net/phy/dp83640.c
drivers/net/phy/marvell.c
drivers/net/phy/marvell10g.c
drivers/net/phy/microchip.c
include/linux/phy.h