kernel: Update kernel 5.4 to version 5.4.50
[openwrt/openwrt.git] / target / linux / generic / backport-5.4 / 817-v5.8-i2c-pxa-ensure-timeout-messages-are-unique.patch
index 24cda47789c6fc7f0724f9f6e1087a53c644ca40..37a77b6c5c55a0e4f855d21aaebc9bd0cb399204 100644 (file)
@@ -16,7 +16,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
 
 --- a/drivers/i2c/busses/i2c-pxa.c
 +++ b/drivers/i2c/busses/i2c-pxa.c
-@@ -1054,7 +1054,7 @@ static int i2c_pxa_do_xfer(struct pxa_i2
+@@ -1052,7 +1052,7 @@ static int i2c_pxa_do_xfer(struct pxa_i2
        ret = i2c->msg_idx;
  
        if (!timeout && i2c->msg_num) {
@@ -25,7 +25,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
                ret = I2C_RETRY;
        }
  
-@@ -1124,7 +1124,7 @@ static int i2c_pxa_pio_set_master(struct
+@@ -1122,7 +1122,7 @@ static int i2c_pxa_pio_set_master(struct
        if (timeout < 0) {
                show_state(i2c);
                dev_err(&i2c->adap.dev,
@@ -34,7 +34,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
                return I2C_RETRY;
        }
  
-@@ -1168,7 +1168,7 @@ static int i2c_pxa_do_pio_xfer(struct px
+@@ -1166,7 +1166,7 @@ static int i2c_pxa_do_pio_xfer(struct px
  
  out:
        if (timeout == 0) {