1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

disable debug message

This commit is contained in:
Ralph Metzler 2015-12-21 13:48:02 +01:00 committed by mvoelkel
parent 197897731e
commit 9ab1b7f533

View File

@ -780,7 +780,7 @@ static int sleep(struct dvb_frontend *fe)
write_reg(state, THERMO_2, 0x01);
read_reg1(state, THERMO_1);
write_reg(state, THERMO_2, 0x00);
printk("sleep: temp = %u\n", state->Regs[THERMO_1]);
/* printk("sleep: temp = %u\n", state->Regs[THERMO_1]); */
return 0;
}