projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a8c6a
)
ACPICA: Fix namestring for the SystemCMOS address space
author
Bob Moore
<robert.moore@intel.com>
Wed, 12 Nov 2008 07:17:41 +0000
(15:17 +0800)
committer
Len 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
patch
|
blob
|
history
diff --git
a/drivers/acpi/utilities/utglobal.c
b/drivers/acpi/utilities/utglobal.c
index
17ed5ac
..
3dc5311
100644
(file)
--- 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] = {
"PCI_Config",
"EmbeddedControl",
"SMBus",
- "CMOS",
+ "
System
CMOS",
"PCIBARTarget",
"DataTable"
};