The bt pointer was never used, remove it.

Signed-off-by: Hans Verkuil <hans.verk...@cisco.com>

diff --git a/drivers/media/i2c/tc358743.c b/drivers/media/i2c/tc358743.c
index 4e8811c..9447d88 100644
--- a/drivers/media/i2c/tc358743.c
+++ b/drivers/media/i2c/tc358743.c
@@ -1316,7 +1316,6 @@ static int tc358743_s_dv_timings(struct v4l2_subdev *sd,
                                 struct v4l2_dv_timings *timings)
 {
        struct tc358743_state *state = to_state(sd);
-       struct v4l2_bt_timings *bt;
 
        if (!timings)
                return -EINVAL;
@@ -1330,8 +1329,6 @@ static int tc358743_s_dv_timings(struct v4l2_subdev *sd,
                return 0;
        }
 
-       bt = &timings->bt;
-
        if (!v4l2_valid_dv_timings(timings,
                                &tc358743_timings_cap, NULL, NULL)) {
                v4l2_dbg(1, debug, sd, "%s: timings out of range\n", __func__);
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to