]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ACPICA: Fix namestring for the SystemCMOS address space
authorBob Moore <robert.moore@intel.com>
Wed, 12 Nov 2008 07:17:41 +0000 (15:17 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 30 Dec 2008 03:38:37 +0000 (22:38 -0500)
This fixes the name of this address space, changing it from the
incorrect CMOS to the correct SystemCMOS.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/utilities/utglobal.c

index 17ed5ac840f7be1d65c37acb967a29e4e9bc4965..3dc53114395b8858a59fb7557019f43861ce337e 100644 (file)
@@ -352,7 +352,7 @@ const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] = {
        "PCI_Config",
        "EmbeddedControl",
        "SMBus",
-       "CMOS",
+       "SystemCMOS",
        "PCIBARTarget",
        "DataTable"
 };