]> git.baikalelectronics.ru Git - kernel.git/commit
net: gemini: Improve connection prints
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 11 Jul 2018 19:32:42 +0000 (21:32 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Jul 2018 00:39:15 +0000 (17:39 -0700)
commitafb51046f5c2c44fffe5f9cae85618817aace2a6
tree934b494f1964677cb41c196d7432ec94a9a93991
parent002f4e72ce4fcc4ca80b06a5b1c3425bc5fef5fe
net: gemini: Improve connection prints

Switch over to using a module parameter and debug prints
that can be controlled by this or ethtool like everyone
else. Depromote all other prints to debug messages.

The phy_print_status() was already in place, albeit never
really used because the debuglevel hiding it had to be
set up using ethtool.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cortina/gemini.c