summaryrefslogtreecommitdiffstats
path: root/drivers/char/tuner.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/tuner.c')
-rw-r--r--drivers/char/tuner.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/tuner.c b/drivers/char/tuner.c
index 81e19a4ab..dfbf0f6af 100644
--- a/drivers/char/tuner.c
+++ b/drivers/char/tuner.c
@@ -172,8 +172,7 @@ static void set_tv_freq(struct i2c_client *c, int freq)
config = tun->UHF;
#if 1 // Fix colorstandard mode change
- if (t->type == TUNER_PHILIPS_SECAM
- /*&& t->std == V4L2_STANDARD_DDD*/ )
+ if (t->type == TUNER_PHILIPS_SECAM && t->mode)
config |= tun->mode;
else
config &= ~tun->mode;