commit | 636cedf9df6a6442364e78b51925f306a1056e43 | [log] [tgz] |
---|---|---|
author | Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk> | Fri Feb 16 01:24:43 2007 -0500 |
committer | Len Brown <len.brown@intel.com> | Fri Feb 16 01:24:43 2007 -0500 |
tree | 2209638493008bf37d038765615b9883001499cd | |
parent | 5c95d3f5783ab184f64b7848f0a871352c35c3cf [diff] |
ACPI: thermal: fix units in debug output http://bugzilla.kernel.org/show_bug.cgi?id=4972 Signed-off-by: Len Brown <len.brown@intel.com>
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index f76d316..ff078d9 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c
@@ -269,7 +269,7 @@ ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Polling frequency set to %lu seconds\n", - tz->polling_frequency)); + tz->polling_frequency/10)); return 0; }