From: Bob Moore Date: Wed, 12 Nov 2008 07:17:41 +0000 (+0800) Subject: ACPICA: Fix namestring for the SystemCMOS address space X-Git-Tag: v2.6.29-rc1~34^2~50 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=34830726c9761f66299f4d82c4357e5faec54013;p=linux-2.6-omap-h63xx.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 17ed5ac840f..3dc53114395 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" };