mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
net: phy: mscc: coma mode disabled for VSC8584
This patch releases coma mode for VSC8584 as done for VSC8514 in commitca0d7fd0a5
("net: phy: mscc: coma mode disabled for VSC8514") Fixes:a5afc16780
("net: phy: mscc: add support for VSC8584 PHY.") Signed-off-by: Bjarni Jonasson <bjarni.jonasson@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
23d1233575
commit
36d021d104
1 changed files with 1 additions and 0 deletions
|
@ -1737,6 +1737,7 @@ static int vsc8584_config_init(struct phy_device *phydev)
|
|||
ret = vsc8584_config_host_serdes(phydev);
|
||||
if (ret)
|
||||
goto err;
|
||||
vsc85xx_coma_mode_release(phydev);
|
||||
break;
|
||||
default:
|
||||
ret = -EINVAL;
|
||||
|
|
Loading…
Add table
Reference in a new issue