mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
remove debugging messages
This commit is contained in:
@@ -447,8 +447,8 @@ static int attach_init(struct tda_state *state)
|
||||
if (!state->m_isMaster)
|
||||
state->m_bLTEnable = false;
|
||||
|
||||
pr_info("tda18212dd: ChipID %04x %s\n", state->m_ID,
|
||||
state->m_isMaster ? "master" : "slave");
|
||||
/*pr_info("tda18212dd: ChipID %04x %s\n", state->m_ID,
|
||||
state->m_isMaster ? "master" : "slave");*/
|
||||
|
||||
if (state->m_ID != 18212)
|
||||
return -1;
|
||||
@@ -457,7 +457,7 @@ static int attach_init(struct tda_state *state)
|
||||
if (stat < 0)
|
||||
return stat;
|
||||
|
||||
pr_info("tda18212dd: PowerState %02x\n", PowerState);
|
||||
/*pr_info("tda18212dd: PowerState %02x\n", PowerState);*/
|
||||
|
||||
if (state->m_isMaster) {
|
||||
if (PowerState & 0x02) {
|
||||
@@ -487,6 +487,7 @@ static int attach_init(struct tda_state *state)
|
||||
FinishCalibration(state);
|
||||
Standby(state);
|
||||
|
||||
#if 0
|
||||
{
|
||||
u8 RFCal_Log[12];
|
||||
|
||||
@@ -499,6 +500,7 @@ static int attach_init(struct tda_state *state)
|
||||
RFCal_Log[8], RFCal_Log[9],
|
||||
RFCal_Log[10], RFCal_Log[11]);
|
||||
}
|
||||
#endif
|
||||
return stat;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user