Commit c799cfc5 authored by Daniel Glöckner's avatar Daniel Glöckner Committed by Mauro Carvalho Chehab

[media] tvaudio: remove watch_stereo

It is never read and only assigned 0.
Signed-off-by: default avatarDaniel Glöckner <daniel-gl@gmx.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 00fb1850
...@@ -126,7 +126,6 @@ struct CHIPSTATE { ...@@ -126,7 +126,6 @@ struct CHIPSTATE {
/* thread */ /* thread */
struct task_struct *thread; struct task_struct *thread;
struct timer_list wt; struct timer_list wt;
int watch_stereo;
int audmode; int audmode;
}; };
...@@ -1741,7 +1740,6 @@ static int tvaudio_s_radio(struct v4l2_subdev *sd) ...@@ -1741,7 +1740,6 @@ static int tvaudio_s_radio(struct v4l2_subdev *sd)
struct CHIPSTATE *chip = to_state(sd); struct CHIPSTATE *chip = to_state(sd);
chip->radio = 1; chip->radio = 1;
chip->watch_stereo = 0;
/* del_timer(&chip->wt); */ /* del_timer(&chip->wt); */
return 0; return 0;
} }
...@@ -1821,7 +1819,6 @@ static int tvaudio_s_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt) ...@@ -1821,7 +1819,6 @@ static int tvaudio_s_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt)
chip->audmode = vt->audmode; chip->audmode = vt->audmode;
if (mode) { if (mode) {
chip->watch_stereo = 0;
/* del_timer(&chip->wt); */ /* del_timer(&chip->wt); */
chip->mode = mode; chip->mode = mode;
desc->setmode(chip, mode); desc->setmode(chip, mode);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment