|
@@ -219,11 +219,6 @@ static int tm6000_i2c_xfer(struct i2c_adapter *i2c_adap,
|
|
|
printk(" %02x", msgs[i].buf[byte]);
|
|
|
rc = tm6000_i2c_send_regs(dev, addr, msgs[i].buf[0],
|
|
|
msgs[i].buf + 1, msgs[i].len - 1);
|
|
|
-
|
|
|
- if (addr == dev->tuner_addr << 1) {
|
|
|
- tm6000_set_reg(dev, REQ_50_SET_START, 0, 0);
|
|
|
- tm6000_set_reg(dev, REQ_51_SET_STOP, 0, 0);
|
|
|
- }
|
|
|
}
|
|
|
if (i2c_debug >= 2)
|
|
|
printk("\n");
|