mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
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>
This commit is contained in:
parent
e9a8c6a909
commit
34830726c9
@ -352,7 +352,7 @@ const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] = {
|
||||
"PCI_Config",
|
||||
"EmbeddedControl",
|
||||
"SMBus",
|
||||
"CMOS",
|
||||
"SystemCMOS",
|
||||
"PCIBARTarget",
|
||||
"DataTable"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user