kernel: bump 5.4 to 5.4.79
[openwrt/staging/wigyori.git] / target / linux / layerscape / patches-5.4 / 802-can-0015-can-flexcan-flexcan_read_reg_iflag_rx-optimize-readi.patch
index cf7a6fdcbe177a57aff6b736f3291d3df3c3feac..466c70ecbdf865ae355cff075c985dd9253c0e8f 100644 (file)
@@ -24,7 +24,7 @@ Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
 
 --- a/drivers/net/can/flexcan.c
 +++ b/drivers/net/can/flexcan.c
-@@ -779,6 +779,23 @@ static void flexcan_irq_state(struct net
+@@ -778,6 +778,23 @@ static void flexcan_irq_state(struct net
                dev->stats.rx_fifo_errors++;
  }
  
@@ -48,7 +48,7 @@ Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  static inline struct flexcan_priv *rx_offload_to_priv(struct can_rx_offload *offload)
  {
        return container_of(offload, struct flexcan_priv, offload);
-@@ -873,17 +890,6 @@ static struct sk_buff *flexcan_mailbox_r
+@@ -872,17 +889,6 @@ static struct sk_buff *flexcan_mailbox_r
        return skb;
  }