diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-06 00:31:31 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-06 15:51:54 +0100 |
commit | 8b3d879861086fbb965f5bdb95e1286ec049c290 (patch) | |
tree | 26cf73971458b55c9d7d0a9f377d1a96aa69074b /target/linux/mvebu/patches-5.4/008-net-mvneta-make-tx-buffer-array-agnostic.patch | |
parent | 7e1ab3b7462b11885a5b9a48804463dba465fe9a (diff) | |
download | upstream-8b3d879861086fbb965f5bdb95e1286ec049c290.tar.gz upstream-8b3d879861086fbb965f5bdb95e1286ec049c290.tar.bz2 upstream-8b3d879861086fbb965f5bdb95e1286ec049c290.zip |
kernel: bump 5.4 to 5.4.102
Refreshed all patches.
Compile-tested on: ath79, lantiq, ipq40xx, x86_64
Runtime-tested on: ipq40xx, x86_64
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/mvebu/patches-5.4/008-net-mvneta-make-tx-buffer-array-agnostic.patch')
-rw-r--r-- | target/linux/mvebu/patches-5.4/008-net-mvneta-make-tx-buffer-array-agnostic.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/patches-5.4/008-net-mvneta-make-tx-buffer-array-agnostic.patch b/target/linux/mvebu/patches-5.4/008-net-mvneta-make-tx-buffer-array-agnostic.patch index e79aa816b8..4698c23be4 100644 --- a/target/linux/mvebu/patches-5.4/008-net-mvneta-make-tx-buffer-array-agnostic.patch +++ b/target/linux/mvebu/patches-5.4/008-net-mvneta-make-tx-buffer-array-agnostic.patch @@ -199,7 +199,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> dma_free_coherent(pp->dev->dev.parent, txq->size * MVNETA_DESC_ALIGNED_SIZE, txq->descs, txq->descs_phys); -@@ -3205,7 +3225,7 @@ static void mvneta_txq_sw_deinit(struct +@@ -3207,7 +3227,7 @@ static void mvneta_txq_sw_deinit(struct { struct netdev_queue *nq = netdev_get_tx_queue(pp->dev, txq->id); |