projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc4060a
)
ACPI: property: restore _DSD data subnodes GUID comment
author
Shunyong Yang
<shunyong.yang@hxt-semitech.com>
Mon, 1 Apr 2019 08:26:35 +0000
(16:26 +0800)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 17 Apr 2019 07:55:27 +0000
(09:55 +0200)
Commit
5f5e4890d57a
("ACPI / property: Allow multiple property
compatible _DSD entries") removed the comment of _DSD data subnodes
GUID. Restore it.
Fixes: 5f5e4890d57a ("ACPI / property: Allow multiple property compatible _DSD entries")
Signed-off-by: Shunyong Yang <shunyong.yang@hxt-semitech.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/property.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/property.c
b/drivers/acpi/property.c
index 77abe0ec40431cc9595b644093122fc58a37c860..8832d0e13a72d7a2faf0d04ea4db32664f221a45 100644
(file)
--- a/
drivers/acpi/property.c
+++ b/
drivers/acpi/property.c
@@
-44,6
+44,7
@@
static const guid_t prp_guids[] = {
0xbf, 0xf0, 0x76, 0x14, 0x38, 0x07, 0xc3, 0x89),
};
+/* ACPI _DSD data subnodes GUID: dbb8e3e6-5886-4ba6-8795-1319f52a966b */
static const guid_t ads_guid =
GUID_INIT(0xdbb8e3e6, 0x5886, 0x4ba6,
0x87, 0x95, 0x13, 0x19, 0xf5, 0x2a, 0x96, 0x6b);