]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: remove calls to genphy_config_init
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 17 Aug 2019 10:29:54 +0000 (12:29 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 17 Aug 2019 19:34:50 +0000 (12:34 -0700)
commit122fabb45df23f0b664a8aecc6c784809bddd1c5
tree4811f265abc9f4cd561a86763a6ec4dab0906609
parent2ae734885d6a1a6234ab7343a43525e5dbdeac58
net: dsa: remove calls to genphy_config_init

Supported PHY features are either auto-detected or explicitly set.
In both cases calling genphy_config_init isn't needed.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/port.c