ACPICA: Change PlatformCommChannel ASL keyword to PCC
authorErik Kaneda <erik.kaneda@intel.com>
Fri, 27 Mar 2020 22:21:04 +0000 (15:21 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 30 Mar 2020 12:52:32 +0000 (14:52 +0200)
ACPICA commit 811e69a59cb4189ebf8b882eba74c881f598a239

The former was proposed during specification discussions but it was
dropped. This keyword was introduced to the ACPICA code base by
mistake so this commit changes the keyword representing Platform
Communication Channel to be PCC.

Link: https://github.com/acpica/acpica/commit/811e69a5
Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/utdecode.c

index befdd13b403b7c0091aaf97cde1d0f7832ac0d6f..177ab88d95de561be5efa939ed166ef8b203aa01 100644 (file)
@@ -78,7 +78,7 @@ const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] = {
        "IPMI",                 /* 0x07 */
        "GeneralPurposeIo",     /* 0x08 */
        "GenericSerialBus",     /* 0x09 */
-       "PlatformCommChannel"   /* 0x0A */
+       "PCC"                   /* 0x0A */
 };
 
 const char *acpi_ut_get_region_name(u8 space_id)