diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-01-17 21:01:07 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-01-17 21:01:07 -0500 |
commit | 2a2bafcb3b60f0b5b1cc7b10f21356a8516f192a (patch) | |
tree | 589800f95c6c2f5c106fb01414075ac2d5a767eb /drivers/acpi/acpica/utdecode.c | |
parent | 90fd94e4aba4ddfb6764c051a6bf9a3f4f26fb50 (diff) | |
parent | 3bd93bd76ba6b5588a1b2b9f4f451952c7d8994d (diff) |
Merge branch 'acpica'
* acpica: (40 commits)
ACPICA: Update version to 20171215
ACPICA: trivial style fix, no functional change
ACPICA: Fix a couple memory leaks during package object resolution
ACPICA: Recognize the Windows 10 version 1607 and 1703 OSI strings
ACPICA: DT compiler: prevent error if optional field at the end of table is not present
ACPICA: Rename a global variable, no functional change
ACPICA: Create and deploy safe version of strncpy
ACPICA: Cleanup the global variables and update comments
ACPICA: Debugger: fix slight indentation issue
ACPICA: Fix a regression in the acpi_evaluate_object_type() interface
ACPICA: Update for a few debug output statements
ACPICA: Debug output, no functional change
ACPICA: Update information in MAINTAINERS
ACPICA: Rename variable to match upstream
ACPICA: Update version to 20171110
ACPICA: ACPI 6.2: Additional PPTT flags
ACPICA: Update linkage for get mutex name interface
ACPICA: Update mutex error messages, no functional change
ACPICA: Debugger: add "background" command for method execution
ACPICA: Small typo fix, no functional change
...
Diffstat (limited to 'drivers/acpi/acpica/utdecode.c')
-rw-r--r-- | drivers/acpi/acpica/utdecode.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/acpi/acpica/utdecode.c b/drivers/acpi/acpica/utdecode.c index 02cd2c2d961a..55debbad487d 100644 --- a/drivers/acpi/acpica/utdecode.c +++ b/drivers/acpi/acpica/utdecode.c | |||
@@ -395,11 +395,6 @@ const char *acpi_ut_get_reference_name(union acpi_operand_object *object) | |||
395 | return (acpi_gbl_ref_class_names[object->reference.class]); | 395 | return (acpi_gbl_ref_class_names[object->reference.class]); |
396 | } | 396 | } |
397 | 397 | ||
398 | #if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER) | ||
399 | /* | ||
400 | * Strings and procedures used for debug only | ||
401 | */ | ||
402 | |||
403 | /******************************************************************************* | 398 | /******************************************************************************* |
404 | * | 399 | * |
405 | * FUNCTION: acpi_ut_get_mutex_name | 400 | * FUNCTION: acpi_ut_get_mutex_name |
@@ -433,6 +428,12 @@ const char *acpi_ut_get_mutex_name(u32 mutex_id) | |||
433 | return (acpi_gbl_mutex_names[mutex_id]); | 428 | return (acpi_gbl_mutex_names[mutex_id]); |
434 | } | 429 | } |
435 | 430 | ||
431 | #if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER) | ||
432 | |||
433 | /* | ||
434 | * Strings and procedures used for debug only | ||
435 | */ | ||
436 | |||
436 | /******************************************************************************* | 437 | /******************************************************************************* |
437 | * | 438 | * |
438 | * FUNCTION: acpi_ut_get_notify_name | 439 | * FUNCTION: acpi_ut_get_notify_name |