Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efba4bc1 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] cx25840: Remove a now unused variable



drivers/media/video/cx25840/cx25840-core.c: In function ‘cx25840_s_frequency’:
drivers/media/video/cx25840/cx25840-core.c:1563: warning: unused variable ‘state’

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 11e0f1a8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1560,7 +1560,6 @@ static int cx25840_s_audio_routing(struct v4l2_subdev *sd,

static int cx25840_s_frequency(struct v4l2_subdev *sd, struct v4l2_frequency *freq)
{
	struct cx25840_state *state = to_state(sd);
	struct i2c_client *client = v4l2_get_subdevdata(sd);

	input_change(client);