Skip to content

Commit

Permalink
ACPI: thermal: fix units in debug output
Browse files Browse the repository at this point in the history
http://bugzilla.kernel.org/show_bug.cgi?id=4972

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Sanjoy Mahajan authored and Len Brown committed Feb 16, 2007
1 parent 5c95d3f commit 636cedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 636cedf

Please sign in to comment.