diff options
author | Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk> | 2007-02-16 01:24:43 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-16 01:24:43 -0500 |
commit | 636cedf9df6a6442364e78b51925f306a1056e43 (patch) | |
tree | 2209638493008bf37d038765615b9883001499cd /drivers/acpi/thermal.c | |
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>
Diffstat (limited to 'drivers/acpi/thermal.c')
-rw-r--r-- | drivers/acpi/thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index f76d3168c2b2..ff078d9b52f6 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c | |||
@@ -269,7 +269,7 @@ static int acpi_thermal_set_polling(struct acpi_thermal *tz, int seconds) | |||
269 | 269 | ||
270 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, | 270 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, |
271 | "Polling frequency set to %lu seconds\n", | 271 | "Polling frequency set to %lu seconds\n", |
272 | tz->polling_frequency)); | 272 | tz->polling_frequency/10)); |
273 | 273 | ||
274 | return 0; | 274 | return 0; |
275 | } | 275 | } |