diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-12 07:16:21 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-12 07:16:21 -0300 |
commit | d32bcc1401cca5f2ea369ce78ab70947034b5c8f (patch) | |
tree | 1e40e62172b015cd266c5449880946d3b783191a /linux/drivers/media/dvb/frontends/zl10353.c | |
parent | 9a09794eece0cb3e40b69aee140b81d87f914fc1 (diff) | |
parent | 11fac5cc5ec5cdba94e722f55d09a91dfc0df95a (diff) | |
download | mediapointer-dvb-s2-d32bcc1401cca5f2ea369ce78ab70947034b5c8f.tar.gz mediapointer-dvb-s2-d32bcc1401cca5f2ea369ce78ab70947034b5c8f.tar.bz2 |
merge: http://linuxtv.org/hg/~anttip/zl10353/
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/zl10353.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/zl10353.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/zl10353.c b/linux/drivers/media/dvb/frontends/zl10353.c index be5d7ef7c..96ccc1720 100644 --- a/linux/drivers/media/dvb/frontends/zl10353.c +++ b/linux/drivers/media/dvb/frontends/zl10353.c @@ -601,7 +601,7 @@ static int zl10353_i2c_gate_ctrl(struct dvb_frontend* fe, int enable) struct zl10353_state *state = fe->demodulator_priv; u8 val = 0x0a; - if (state->config.no_tuner) { + if (state->config.disable_i2c_gate_ctrl) { /* No tuner attached to the internal I2C bus */ /* If set enable I2C bridge, the main I2C bus stopped hardly */ return 0; |