kernel: bump 5.4 to 5.4.80
[openwrt/staging/hauke.git] / target / linux / layerscape / patches-5.4 / 802-can-0015-can-flexcan-flexcan_read_reg_iflag_rx-optimize-readi.patch
index 466c70ecbdf865ae355cff075c985dd9253c0e8f..4cf5e6d8d262137eb1de18d4db4875f9e49afb6f 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
-@@ -778,6 +778,23 @@ static void flexcan_irq_state(struct net
+@@ -780,6 +780,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);
-@@ -872,17 +889,6 @@ static struct sk_buff *flexcan_mailbox_r
+@@ -874,17 +891,6 @@ static struct sk_buff *flexcan_mailbox_r
        return skb;
  }