]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/acpi/processor_throttling.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[mv-sheeva.git] / drivers / acpi / processor_throttling.c
index 841be4ee210920b684dc7e6dd8823bab68c6293f..ae39797aab55cc860debf1a749a1cf858edd9b64 100644 (file)
@@ -840,8 +840,8 @@ static int acpi_processor_get_throttling_ptc(struct acpi_processor *pr)
        if (ret >= 0) {
                state = acpi_get_throttling_state(pr, value);
                if (state == -1) {
-                       ACPI_WARNING((AE_INFO,
-                               "Invalid throttling state, reset"));
+                       ACPI_DEBUG_PRINT((ACPI_DB_INFO,
+                               "Invalid throttling state, reset\n"));
                        state = 0;
                        ret = acpi_processor_set_throttling(pr, state, true);
                        if (ret)