From 50ddbc5ef4feb71d8dfe70c7ba810182dbd2a831 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Wed, 7 Sep 2005 05:32:20 +0000 Subject: * cx88-dvb.c: (lgdt330x_pll_set): - Removed unnecessary check for tda9887. Signed-off-by: Michael Krufky --- linux/drivers/media/video/cx88/cx88-dvb.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'linux/drivers/media/video/cx88') 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", -- cgit v1.2.3