Commit 550df5a4 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] tuner-core: Don't touch at standby during tuner_lookup

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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 0eec66c0
...@@ -538,7 +538,6 @@ static void tuner_lookup(struct i2c_adapter *adap, ...@@ -538,7 +538,6 @@ static void tuner_lookup(struct i2c_adapter *adap,
continue; continue;
mode_mask = pos->mode_mask; mode_mask = pos->mode_mask;
pos->standby = 1;
if (*radio == NULL && mode_mask == T_RADIO) if (*radio == NULL && mode_mask == T_RADIO)
*radio = pos; *radio = pos;
/* Note: currently TDA9887 is the only demod-only /* Note: currently TDA9887 is the only demod-only
......
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