Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34830726 authored by Bob Moore's avatar Bob Moore Committed by Len Brown
Browse files

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: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLin Ming <ming.m.lin@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent e9a8c6a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -352,7 +352,7 @@ const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] = {
	"PCI_Config",
	"EmbeddedControl",
	"SMBus",
	"CMOS",
	"SystemCMOS",
	"PCIBARTarget",
	"DataTable"
};