starfive: refresh patches
[openwrt/staging/wigyori.git] / target / linux / starfive / patches-6.1 / 1013-net-stmmac-use-GFP_DMA32.patch
index a341c96bcf8571526cadaa592b78d6bb2159d0aa..5bbb4cc4c51a7e38b8751d65c88d475e903e4bd6 100644 (file)
@@ -19,7 +19,7 @@ Signed-off-by: Matteo Croce <mcroce@microsoft.com>
  
        if (priv->dma_cap.host_dma_width <= 32)
                gfp |= GFP_DMA32;
-@@ -4613,7 +4613,7 @@ static inline void stmmac_rx_refill(stru
+@@ -4615,7 +4615,7 @@ static inline void stmmac_rx_refill(stru
        struct stmmac_rx_queue *rx_q = &priv->dma_conf.rx_queue[queue];
        int dirty = stmmac_rx_dirty(priv, queue);
        unsigned int entry = rx_q->dirty_rx;