aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2022-09-10 01:15:22 +0900
committerSander Vanheule <sander@svanheule.net>2022-12-15 20:52:40 +0100
commitaa528eec7317cd43bf6a8b71d38df8494926798f (patch)
tree363afa711cd89922dd58e40837bd1830d9522289 /target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
parent23881c91e584f758af52c231cd2aaac3e751535b (diff)
downloadupstream-aa528eec7317cd43bf6a8b71d38df8494926798f.tar.gz
upstream-aa528eec7317cd43bf6a8b71d38df8494926798f.tar.bz2
upstream-aa528eec7317cd43bf6a8b71d38df8494926798f.zip
realtek: refresh patches in 5.15
Adjust patches for kernel 5.15. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch')
-rw-r--r--target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch b/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
index c4bacc0ea9..1f0b74a17c 100644
--- a/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
+++ b/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
@@ -10,7 +10,7 @@ Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
--- a/drivers/net/phy/sfp.c
+++ b/drivers/net/phy/sfp.c
-@@ -413,32 +413,72 @@ static int sfp_i2c_write(struct sfp *sfp
+@@ -539,32 +539,72 @@ static int sfp_i2c_write(struct sfp *sfp
return ret == ARRAY_SIZE(msgs) ? len : 0;
}