kernel: Update kernel 4.9 to version 4.9.237
[openwrt/staging/hauke.git] / target / linux / generic / backport-4.9 / 090-net-generalize-napi_complete_done.patch
index cfe6c7fb99b20222dd4c47585f1c0006884fe127..956a9eee2cf78d1b45ecc8c4e6aefad5485e0fc8 100644 (file)
@@ -637,7 +637,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
                return received;
 --- a/drivers/net/ethernet/freescale/gianfar.c
 +++ b/drivers/net/ethernet/freescale/gianfar.c
-@@ -3201,7 +3201,7 @@ static int gfar_poll_rx_sq(struct napi_s
+@@ -3203,7 +3203,7 @@ static int gfar_poll_rx_sq(struct napi_s
  
        if (work_done < budget) {
                u32 imask;
@@ -646,7 +646,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
                /* Clear the halt bit in RSTAT */
                gfar_write(&regs->rstat, gfargrp->rstat);
  
-@@ -3290,7 +3290,7 @@ static int gfar_poll_rx(struct napi_stru
+@@ -3292,7 +3292,7 @@ static int gfar_poll_rx(struct napi_stru
  
        if (!num_act_queues) {
                u32 imask;