diff options
Diffstat (limited to 'target/linux/generic/backport-5.4/721-v5.5-net-sfp-move-tx-disable-on-device-down-to-main-state.patch')
-rw-r--r-- | target/linux/generic/backport-5.4/721-v5.5-net-sfp-move-tx-disable-on-device-down-to-main-state.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/backport-5.4/721-v5.5-net-sfp-move-tx-disable-on-device-down-to-main-state.patch b/target/linux/generic/backport-5.4/721-v5.5-net-sfp-move-tx-disable-on-device-down-to-main-state.patch index 5b3caaf0fd..71021c8f4e 100644 --- a/target/linux/generic/backport-5.4/721-v5.5-net-sfp-move-tx-disable-on-device-down-to-main-state.patch +++ b/target/linux/generic/backport-5.4/721-v5.5-net-sfp-move-tx-disable-on-device-down-to-main-state.patch @@ -14,7 +14,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> --- a/drivers/net/phy/sfp.c +++ b/drivers/net/phy/sfp.c -@@ -1489,15 +1489,8 @@ static void sfp_sm_device(struct sfp *sf +@@ -1554,15 +1554,8 @@ static void sfp_sm_device(struct sfp *sf break; case SFP_DEV_UP: @@ -31,7 +31,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> break; } } -@@ -1559,6 +1552,7 @@ static void sfp_sm_main(struct sfp *sfp, +@@ -1624,6 +1617,7 @@ static void sfp_sm_main(struct sfp *sfp, sfp_sm_link_down(sfp); if (sfp->mod_phy) sfp_sm_phy_detach(sfp); |