diff options
| author | Shunyong Yang <shunyong.yang@hxt-semitech.com> | 2019-04-01 04:26:35 -0400 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-04-17 03:55:27 -0400 |
| commit | 5f21f3055a32878c0c9d9ebbbafef72d60a1ff49 (patch) | |
| tree | 798b5245f55fdb484911b841ea98fab4f2fdc1ae /drivers | |
| parent | dc4060a5dc2557e6b5aa813bf5b73677299d62d2 (diff) | |
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/acpi/property.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 const guid_t prp_guids[] = { | |||
| 44 | 0xbf, 0xf0, 0x76, 0x14, 0x38, 0x07, 0xc3, 0x89), | 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 | static const guid_t ads_guid = | 48 | static const guid_t ads_guid = |
| 48 | GUID_INIT(0xdbb8e3e6, 0x5886, 0x4ba6, | 49 | GUID_INIT(0xdbb8e3e6, 0x5886, 0x4ba6, |
| 49 | 0x87, 0x95, 0x13, 0x19, 0xf5, 0x2a, 0x96, 0x6b); | 50 | 0x87, 0x95, 0x13, 0x19, 0xf5, 0x2a, 0x96, 0x6b); |
