kernel: bump 5.15 to 5.15.148
[openwrt/staging/dangole.git] / target / linux / mediatek / patches-5.15 / 850-v6.0-i2c-move-drivers-from-strlcpy-to-strscpy.patch
index d5c8a4e3008b598a18e04d707456da2e5180fce2..46e92a92f31354a3d22410f9a507a3da803925f4 100644 (file)
@@ -458,7 +458,7 @@ Signed-off-by: Wolfram Sang <wsa@kernel.org>
        adap->dev.parent = &pdev->dev;
 --- a/drivers/i2c/busses/i2c-rk3x.c
 +++ b/drivers/i2c/busses/i2c-rk3x.c
-@@ -1240,7 +1240,7 @@ static int rk3x_i2c_probe(struct platfor
+@@ -1247,7 +1247,7 @@ static int rk3x_i2c_probe(struct platfor
        /* use common interface to get I2C timing properties */
        i2c_parse_fw_timings(&pdev->dev, &i2c->t, true);
  
@@ -469,7 +469,7 @@ Signed-off-by: Wolfram Sang <wsa@kernel.org>
        i2c->adap.retries = 3;
 --- a/drivers/i2c/busses/i2c-s3c2410.c
 +++ b/drivers/i2c/busses/i2c-s3c2410.c
-@@ -1076,7 +1076,7 @@ static int s3c24xx_i2c_probe(struct plat
+@@ -1078,7 +1078,7 @@ static int s3c24xx_i2c_probe(struct plat
        else
                s3c24xx_i2c_parse_dt(pdev->dev.of_node, i2c);