# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1515 -> 1.1516 # drivers/acpi/processor.c 1.50 -> 1.51 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 04/02/11 len.brown@intel.com 1.1516 # [ACPI] clarify error message in processor.c # -------------------------------------------- # diff -Nru a/drivers/acpi/processor.c b/drivers/acpi/processor.c --- a/drivers/acpi/processor.c Wed Feb 11 13:02:00 2004 +++ b/drivers/acpi/processor.c Wed Feb 11 13:02:00 2004 @@ -1022,7 +1022,7 @@ (u32) px->status)); if (!px->core_frequency) { - ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "core_frequency is 0\n")); + ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "Invalid _PSS data: freq is zero\n")); result = -EFAULT; kfree(pr->performance->states); goto end;