Commit 636cedf9 authored by Sanjoy Mahajan's avatar Sanjoy Mahajan Committed by Len Brown
Browse files

ACPI: thermal: fix units in debug output

parent 5c95d3f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}