projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c95d3f
)
ACPI: thermal: fix units in debug output
author
Sanjoy Mahajan
<sanjoy@mrao.cam.ac.uk>
Fri, 16 Feb 2007 06:24:43 +0000
(
01:24
-0500)
committer
Len Brown
<len.brown@intel.com>
Fri, 16 Feb 2007 06:24:43 +0000
(
01:24
-0500)
http://bugzilla.kernel.org/show_bug.cgi?id=4972
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/thermal.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/thermal.c
b/drivers/acpi/thermal.c
index f76d3168c2b2d3e098ba0ca14883853dc6917b19..ff078d9b52f63ad787ed724346e3f26cc26fce5b 100644
(file)
--- 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)
ACPI_DEBUG_PRINT((ACPI_DB_INFO,
"Polling frequency set to %lu seconds\n",
- tz->polling_frequency));
+ tz->polling_frequency
/10
));
return 0;
}