mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
remove debug messages
This commit is contained in:
parent
fc728ab51e
commit
7efa935a30
@ -447,9 +447,6 @@ static int attach_init(struct tda_state *state)
|
|||||||
if (!state->m_isMaster)
|
if (!state->m_isMaster)
|
||||||
state->m_bLTEnable = false;
|
state->m_bLTEnable = false;
|
||||||
|
|
||||||
/*pr_info("tda18212dd: ChipID %04x %s\n", state->m_ID,
|
|
||||||
state->m_isMaster ? "master" : "slave");*/
|
|
||||||
|
|
||||||
if (state->m_ID != 18212)
|
if (state->m_ID != 18212)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
@ -457,8 +454,6 @@ static int attach_init(struct tda_state *state)
|
|||||||
if (stat < 0)
|
if (stat < 0)
|
||||||
return stat;
|
return stat;
|
||||||
|
|
||||||
/*pr_info("tda18212dd: PowerState %02x\n", PowerState);*/
|
|
||||||
|
|
||||||
if (state->m_isMaster) {
|
if (state->m_isMaster) {
|
||||||
if (PowerState & 0x02) {
|
if (PowerState & 0x02) {
|
||||||
/* msleep for XTAL Calibration
|
/* msleep for XTAL Calibration
|
||||||
@ -539,7 +534,6 @@ static int PowerMeasurement(struct tda_state *state, u8 *pPowerLevel)
|
|||||||
if (*pPowerLevel > 110)
|
if (*pPowerLevel > 110)
|
||||||
*pPowerLevel = 110;
|
*pPowerLevel = 110;
|
||||||
} while (0);
|
} while (0);
|
||||||
/* pr_info("PL %d\n", *pPowerLevel); */
|
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -806,7 +800,6 @@ static int set_params(struct dvb_frontend *fe)
|
|||||||
|
|
||||||
bw = (p->bandwidth_hz + 999999) / 1000000;
|
bw = (p->bandwidth_hz + 999999) / 1000000;
|
||||||
state->m_Frequency = p->frequency;
|
state->m_Frequency = p->frequency;
|
||||||
/*pr_info("tuner bw=%u freq=%u\n", bw, state->m_Frequency);*/
|
|
||||||
if (p->delivery_system == SYS_DVBT ||
|
if (p->delivery_system == SYS_DVBT ||
|
||||||
p->delivery_system == SYS_DVBT2 ||
|
p->delivery_system == SYS_DVBT2 ||
|
||||||
p->delivery_system == SYS_ISDBT ||
|
p->delivery_system == SYS_ISDBT ||
|
||||||
|
Loading…
Reference in New Issue
Block a user