From a461f984c450a49bce1cac191620a8ee2a3329c0 Mon Sep 17 00:00:00 2001 From: Scott Roberts Date: Thu, 23 Jan 2020 21:45:53 -0700 Subject: 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 --- target/linux/generic/pending-4.19/754-net-sfp-fix-unbind.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/pending-4.19/754-net-sfp-fix-unbind.patch') diff --git a/target/linux/generic/pending-4.19/754-net-sfp-fix-unbind.patch b/target/linux/generic/pending-4.19/754-net-sfp-fix-unbind.patch index 3172249a10..55fabafa81 100644 --- a/target/linux/generic/pending-4.19/754-net-sfp-fix-unbind.patch +++ b/target/linux/generic/pending-4.19/754-net-sfp-fix-unbind.patch @@ -15,7 +15,7 @@ Signed-off-by: Russell King --- a/drivers/net/phy/sfp.c +++ b/drivers/net/phy/sfp.c -@@ -2242,6 +2242,10 @@ static int sfp_remove(struct platform_de +@@ -2260,6 +2260,10 @@ static int sfp_remove(struct platform_de sfp_unregister_socket(sfp->sfp_bus); -- cgit v1.2.3