Skip to content

Commit

Permalink
ACPICA: Fix namestring for the SystemCMOS address space
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bob Moore authored and Len Brown committed Dec 30, 2008
1 parent e9a8c6a commit 3483072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/utilities/utglobal.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] = {
"PCI_Config",
"EmbeddedControl",
"SMBus",
"CMOS",
"SystemCMOS",
"PCIBARTarget",
"DataTable"
};
Expand Down

0 comments on commit 3483072

Please sign in to comment.