mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
remove debug mesage
This commit is contained in:
parent
e0e9b82f5a
commit
a375cd1716
@ -435,7 +435,6 @@ static int set_parameters(struct dvb_frontend *fe)
|
|||||||
ts_mode = (isi & 0x03000000) >> 24;
|
ts_mode = (isi & 0x03000000) >> 24;
|
||||||
}
|
}
|
||||||
state->mci.input->con = ts_mode << 8;
|
state->mci.input->con = ts_mode << 8;
|
||||||
printk("ts_mode = %02x\n", ts_mode);
|
|
||||||
if (iq_mode)
|
if (iq_mode)
|
||||||
ts_config = (SX8_TSCONFIG_TSHEADER | SX8_TSCONFIG_MODE_IQ);
|
ts_config = (SX8_TSCONFIG_TSHEADER | SX8_TSCONFIG_MODE_IQ);
|
||||||
stop(fe);
|
stop(fe);
|
||||||
|
Loading…
Reference in New Issue
Block a user