Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI: property: restore _DSD data subnodes GUID comment

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>

authored by

Shunyong Yang and committed by
Rafael J. Wysocki
5f21f305 dc4060a5

+1
+1
drivers/acpi/property.c
··· 44 44 0xbf, 0xf0, 0x76, 0x14, 0x38, 0x07, 0xc3, 0x89), 45 45 }; 46 46 47 + /* ACPI _DSD data subnodes GUID: dbb8e3e6-5886-4ba6-8795-1319f52a966b */ 47 48 static const guid_t ads_guid = 48 49 GUID_INIT(0xdbb8e3e6, 0x5886, 0x4ba6, 49 50 0x87, 0x95, 0x13, 0x19, 0xf5, 0x2a, 0x96, 0x6b);