diff options
author | John Audia <therealgraysky@proton.me> | 2022-07-12 11:52:59 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-07-31 18:55:22 +0200 |
commit | e4af991220638d4bb32e4668435d140afe232b25 (patch) | |
tree | a7ce85c3128500111f280234e2d4378085cbf167 /target/linux/generic/backport-5.15/766-13-net-dsa-qca8k-move-page-cache-to-driver-priv.patch | |
parent | 81bc733c33ddba9bc75d902267593ddbb177b8c5 (diff) | |
download | upstream-e4af991220638d4bb32e4668435d140afe232b25.tar.gz upstream-e4af991220638d4bb32e4668435d140afe232b25.tar.bz2 upstream-e4af991220638d4bb32e4668435d140afe232b25.zip |
kernel: bump 5.15 to 5.15.54
All patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/backport-5.15/766-13-net-dsa-qca8k-move-page-cache-to-driver-priv.patch')
-rw-r--r-- | target/linux/generic/backport-5.15/766-13-net-dsa-qca8k-move-page-cache-to-driver-priv.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/backport-5.15/766-13-net-dsa-qca8k-move-page-cache-to-driver-priv.patch b/target/linux/generic/backport-5.15/766-13-net-dsa-qca8k-move-page-cache-to-driver-priv.patch index dc8160966c..4ac0bc32fd 100644 --- a/target/linux/generic/backport-5.15/766-13-net-dsa-qca8k-move-page-cache-to-driver-priv.patch +++ b/target/linux/generic/backport-5.15/766-13-net-dsa-qca8k-move-page-cache-to-driver-priv.patch @@ -172,7 +172,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> if (ret < 0) return 0xffff; -@@ -3041,6 +3037,8 @@ qca8k_sw_probe(struct mdio_device *mdiod +@@ -3060,6 +3056,8 @@ qca8k_sw_probe(struct mdio_device *mdiod return PTR_ERR(priv->regmap); } |