mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 12:16:39 +07:00
[media] tc358743: remove unused variable
The bt pointer was never used, remove it. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
e752577ed7
commit
b0527115af
@ -1347,7 +1347,6 @@ static int tc358743_s_dv_timings(struct v4l2_subdev *sd,
|
|||||||
struct v4l2_dv_timings *timings)
|
struct v4l2_dv_timings *timings)
|
||||||
{
|
{
|
||||||
struct tc358743_state *state = to_state(sd);
|
struct tc358743_state *state = to_state(sd);
|
||||||
struct v4l2_bt_timings *bt;
|
|
||||||
|
|
||||||
if (!timings)
|
if (!timings)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
@ -1361,8 +1360,6 @@ static int tc358743_s_dv_timings(struct v4l2_subdev *sd,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
bt = &timings->bt;
|
|
||||||
|
|
||||||
if (!v4l2_valid_dv_timings(timings,
|
if (!v4l2_valid_dv_timings(timings,
|
||||||
&tc358743_timings_cap, NULL, NULL)) {
|
&tc358743_timings_cap, NULL, NULL)) {
|
||||||
v4l2_dbg(1, debug, sd, "%s: timings out of range\n", __func__);
|
v4l2_dbg(1, debug, sd, "%s: timings out of range\n", __func__);
|
||||||
|
Loading…
Reference in New Issue
Block a user