linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI / property: restore _DSD data subnodes GUID comment
@ 2019-04-01  8:26 Shunyong Yang
  0 siblings, 0 replies; only message in thread
From: Shunyong Yang @ 2019-04-01  8:26 UTC (permalink / raw)
  To: rjw; +Cc: lenb, linux-acpi, linux-kernel, Shunyong Yang, Joey Zheng

Patch "5f5e4890d57a" removes the comment of _DSD data subnodes GUID. This
patch restores it.

Fixes: 5f5e4890d57a ("ACPI / property: Allow multiple property
compatible _DSD entries")

Cc: Joey Zheng <yu.zheng@hxt-semitech.com>
Signed-off-by: Shunyong Yang <shunyong.yang@hxt-semitech.com>
---
 drivers/acpi/property.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/acpi/property.c b/drivers/acpi/property.c
index 77abe0ec4043..8832d0e13a72 100644
--- a/drivers/acpi/property.c
+++ b/drivers/acpi/property.c
@@ -44,6 +44,7 @@ static int acpi_data_get_property_array(const struct acpi_device_data *data,
 		  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);
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-01  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-01  8:26 [PATCH] ACPI / property: restore _DSD data subnodes GUID comment Shunyong Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).