1
0
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:
rjkm 2020-10-16 14:32:13 +02:00
parent e0e9b82f5a
commit a375cd1716

View File

@ -435,7 +435,6 @@ static int set_parameters(struct dvb_frontend *fe)
ts_mode = (isi & 0x03000000) >> 24;
}
state->mci.input->con = ts_mode << 8;
printk("ts_mode = %02x\n", ts_mode);
if (iq_mode)
ts_config = (SX8_TSCONFIG_TSHEADER | SX8_TSCONFIG_MODE_IQ);
stop(fe);