diff options
author | Scott Roberts <ttocsr@gmail.com> | 2020-01-23 21:45:53 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-26 19:20:00 +0100 |
commit | a461f984c450a49bce1cac191620a8ee2a3329c0 (patch) | |
tree | 50f676499980f8baab2f97a67918ea8f60b07e72 /target/linux/generic/pending-4.19/755-net-sfp-fix-hwmon.patch | |
parent | 996f02e5bafad2815e72821c19d41fb5297e4dad (diff) | |
download | upstream-a461f984c450a49bce1cac191620a8ee2a3329c0.tar.gz upstream-a461f984c450a49bce1cac191620a8ee2a3329c0.tar.bz2 upstream-a461f984c450a49bce1cac191620a8ee2a3329c0.zip |
kernel: sfp: add Nokia SFP fix from net-next
Add Nokia GPON ONT SFP fix for tx_fault in net-next.
Signed-off-by: Scott Roberts <ttocsr@gmail.com>
Diffstat (limited to 'target/linux/generic/pending-4.19/755-net-sfp-fix-hwmon.patch')
-rw-r--r-- | target/linux/generic/pending-4.19/755-net-sfp-fix-hwmon.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/pending-4.19/755-net-sfp-fix-hwmon.patch b/target/linux/generic/pending-4.19/755-net-sfp-fix-hwmon.patch index 9e13fbd0f2..d003df4e13 100644 --- a/target/linux/generic/pending-4.19/755-net-sfp-fix-hwmon.patch +++ b/target/linux/generic/pending-4.19/755-net-sfp-fix-hwmon.patch @@ -15,7 +15,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> --- a/drivers/net/phy/sfp.c +++ b/drivers/net/phy/sfp.c -@@ -1714,6 +1714,10 @@ static void sfp_sm_module(struct sfp *sf +@@ -1731,6 +1731,10 @@ static void sfp_sm_module(struct sfp *sf break; } @@ -26,7 +26,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> sfp_sm_mod_next(sfp, SFP_MOD_WAITDEV, 0); /* fall through */ case SFP_MOD_WAITDEV: -@@ -1763,15 +1767,6 @@ static void sfp_sm_module(struct sfp *sf +@@ -1780,15 +1784,6 @@ static void sfp_sm_module(struct sfp *sf case SFP_MOD_ERROR: break; } |