kernel: bump 5.4 to 5.4.73
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0162-media-tc358743-Return-an-appropriate-colorspace-from.patch
index 6ea87b356e8a05c423e208bfeb94503e5e491ccd..b5b9105f4ff6e4fe35cb61633024d2e670cd6c93 100644 (file)
@@ -26,7 +26,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
 
 --- a/drivers/media/i2c/tc358743.c
 +++ b/drivers/media/i2c/tc358743.c
-@@ -1688,12 +1688,23 @@ static int tc358743_enum_mbus_code(struc
+@@ -1690,12 +1690,23 @@ static int tc358743_enum_mbus_code(struc
        return 0;
  }
  
@@ -51,7 +51,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
  
        if (format->pad != 0)
                return -EINVAL;
-@@ -1703,23 +1714,7 @@ static int tc358743_get_fmt(struct v4l2_
+@@ -1705,23 +1716,7 @@ static int tc358743_get_fmt(struct v4l2_
        format->format.height = state->timings.bt.height;
        format->format.field = V4L2_FIELD_NONE;
  
@@ -76,7 +76,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
  
        return 0;
  }
-@@ -1734,18 +1729,11 @@ static int tc358743_set_fmt(struct v4l2_
+@@ -1736,18 +1731,11 @@ static int tc358743_set_fmt(struct v4l2_
        int ret = tc358743_get_fmt(sd, cfg, format);
  
        format->format.code = code;