diff options
author | Bob Moore <robert.moore@intel.com> | 2008-11-12 02:17:41 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-12-29 22:38:37 -0500 |
commit | 34830726c9761f66299f4d82c4357e5faec54013 (patch) | |
tree | 1224ae6b1df6dfb8b504df0105b5670c6338b3c0 /drivers/acpi | |
parent | e9a8c6a90953b65326881189a1f3782bb2f6d250 (diff) |
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 <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/utilities/utglobal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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] = { | |||
352 | "PCI_Config", | 352 | "PCI_Config", |
353 | "EmbeddedControl", | 353 | "EmbeddedControl", |
354 | "SMBus", | 354 | "SMBus", |
355 | "CMOS", | 355 | "SystemCMOS", |
356 | "PCIBARTarget", | 356 | "PCIBARTarget", |
357 | "DataTable" | 357 | "DataTable" |
358 | }; | 358 | }; |