diff options
author | Michael Krufky <devnull@localhost> | 2005-09-07 05:32:20 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-09-07 05:32:20 +0000 |
commit | 50ddbc5ef4feb71d8dfe70c7ba810182dbd2a831 (patch) | |
tree | 015a48878f9e1aa603b642daad5793e34e0dac32 /linux/drivers | |
parent | 7a055400514f48174129227f1a3aaa45537ee409 (diff) | |
download | mediapointer-dvb-s2-50ddbc5ef4feb71d8dfe70c7ba810182dbd2a831.tar.gz mediapointer-dvb-s2-50ddbc5ef4feb71d8dfe70c7ba810182dbd2a831.tar.bz2 |
* cx88-dvb.c: (lgdt330x_pll_set):
- Removed unnecessary check for tda9887.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index a24007027..d179f2d66 100644 --- a/linux/drivers/media/video/cx88/cx88-dvb.c +++ b/linux/drivers/media/video/cx88/cx88-dvb.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-dvb.c,v 1.65 2005/09/07 01:03:03 mkrufky Exp $ + * $Id: cx88-dvb.c,v 1.66 2005/09/07 05:32:20 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * MPEG Transport Stream (DVB) routines @@ -230,9 +230,7 @@ static int lgdt330x_pll_set(struct dvb_frontend* fe, int err; /* Put the analog decoder in standby to keep it quiet */ - if (core->tda9887_conf) { - cx88_call_i2c_clients (dev->core, TUNER_SET_STANDBY, NULL); - } + cx88_call_i2c_clients (dev->core, TUNER_SET_STANDBY, NULL); dvb_pll_configure(core->pll_desc, buf, params->frequency, 0); dprintk(1, "%s: tuner at 0x%02x bytes: 0x%02x 0x%02x 0x%02x 0x%02x\n", |