remove debug mesage

This commit is contained in:
rjkm 2020-10-16 14:32:13 +02:00
parent e0e9b82f5a
commit a375cd1716
1 changed files with 0 additions and 1 deletions

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);