platform/hwmon.c: Suppress logging

We don't really care exactly when the CPU temp gets checked.
This commit is contained in:
Tau 2019-03-27 18:46:00 -04:00
parent 2df92f7492
commit 2b50369ad2
1 changed files with 0 additions and 2 deletions

View File

@ -84,7 +84,5 @@ static HRESULT hwmon_ioctl_read_cpu_temp(struct irp *irp)
/* Assuming this is Celsius. It also seems to be biased by -23 (based on the
caller code) despite being a 32-bit int. */
dprintf("Hwmon: Read CPU temperature\n");
return iobuf_write_le32(&irp->read, 52);
}