dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Sanjoy Mahajan 2007-02-16 01:24:43 -05:00 committed by Len Brown
parent 5c95d3f578
commit 636cedf9df
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ static int acpi_thermal_set_polling(struct acpi_thermal *tz, int seconds)
ACPI_DEBUG_PRINT((ACPI_DB_INFO,
"Polling frequency set to %lu seconds\n",
tz->polling_frequency));
tz->polling_frequency/10));
return 0;
}