From: Bob Moore Date: Wed, 12 Nov 2008 07:17:41 +0000 (+0800) Subject: ACPICA: Fix namestring for the SystemCMOS address space X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=34830726c9761f66299f4d82c4357e5faec54013;p=linux-beck.git ACPICA: Fix namestring for the SystemCMOS address space This fixes the name of this address space, changing it from the incorrect CMOS to the correct SystemCMOS. Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- diff --git a/drivers/acpi/utilities/utglobal.c b/drivers/acpi/utilities/utglobal.c index 17ed5ac840f7..3dc53114395b 100644 --- a/drivers/acpi/utilities/utglobal.c +++ b/drivers/acpi/utilities/utglobal.c @@ -352,7 +352,7 @@ const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] = { "PCI_Config", "EmbeddedControl", "SMBus", - "CMOS", + "SystemCMOS", "PCIBARTarget", "DataTable" };