net: phy: icplus: use the .soft_reset() of the phy-core
authorMichael Walle <michael@walle.cc>
Thu, 11 Feb 2021 07:47:45 +0000 (08:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2021 21:53:25 +0000 (13:53 -0800)
commitdf22de9a6f130e85ba174fe6bb3ed190b1cded36
treea08f98246465796ccfbbe0b6b3d26aee3d05efd4
parent8edf206cc2b5c98f7c59e01c22cdbc291b713e38
net: phy: icplus: use the .soft_reset() of the phy-core

The PHY core already resets the PHY before .config_init() if a
.soft_reset() op is registered. Drop the open-coded ip1xx_reset().

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/icplus.c