diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stv0299.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0299.c b/linux/drivers/media/dvb/frontends/stv0299.c index 8012970c8..a67b743f3 100644 --- a/linux/drivers/media/dvb/frontends/stv0299.c +++ b/linux/drivers/media/dvb/frontends/stv0299.c @@ -811,7 +811,7 @@ int probe_tuner (struct dvb_i2c_bus *i2c) ret = i2c->xfer(i2c, msg2, 2); if (ret == 2) { - if ((stat[0] & 0x3f) == 0) { +if (0) { // if ((stat[0] & 0x3f) == 0) { printk ("%s: setup for tuner TDQF-S001F\n", __FILE__); return LG_TDQF_S001F; } |