diff --git a/[refs] b/[refs] index 3df5c3b827a1..58e94ad3e437 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5c95d3f5783ab184f64b7848f0a871352c35c3cf +refs/heads/master: 636cedf9df6a6442364e78b51925f306a1056e43 diff --git a/trunk/drivers/acpi/thermal.c b/trunk/drivers/acpi/thermal.c index f76d3168c2b2..ff078d9b52f6 100644 --- a/trunk/drivers/acpi/thermal.c +++ b/trunk/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; }