From: Mauro Carvalho Chehab Date: Tue, 15 Feb 2011 12:31:01 +0000 (-0200) Subject: [media] tuner-core: Don't touch at standby during tuner_lookup X-Git-Tag: v2.6.39-rc1~86^2~329 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=550df5a450928172e284cb0f857ae73e5e705305;p=~emulex%2Finfiniband.git [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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c index a91a29978f9..9363ed91a4c 100644 --- a/drivers/media/video/tuner-core.c +++ b/drivers/media/video/tuner-core.c @@ -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