Skip to content

Commit

Permalink
[media] tuner-core: Don't touch at standby during tuner_lookup
Browse files Browse the repository at this point in the history
It makes no sense that tuner_lookup would touch at the standby
state. Remove it.

Thanks-to: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Mar 21, 2011
1 parent 0eec66c commit 550df5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ static void tuner_lookup(struct i2c_adapter *adap,
continue;

mode_mask = pos->mode_mask;
pos->standby = 1;
if (*radio == NULL && mode_mask == T_RADIO)
*radio = pos;
/* Note: currently TDA9887 is the only demod-only
Expand Down

0 comments on commit 550df5a

Please sign in to comment.