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
1 changed files with 1 additions and 1 deletions

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