From 168660f24dfc46c2702acbe4701a446f42a59578 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 21 Jul 2000 22:00:56 +0000 Subject: Merge with Linux 2.4.0-test5-pre3. --- drivers/char/tuner.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/char/tuner.c') 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; -- cgit v1.2.3