Skip to content

Commit ab1ba87

Browse files
Piotr Maziarzrafaeljw
authored andcommitted
ACPICA: iASL: NHLT: Fix parsing undocumented bytes at the end of Endpoint Descriptor
ACPICA commit 961221a76814ffa0ecc92219ddf857579b0f7d54 Undocumented bytes at the end of Endpoint Descriptor can be present independently of Linux-specific structures. Their size can also vary. Link: acpica/acpica@961221a7 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 9003755 commit ab1ba87

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/acpi/actbl2.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,10 +1685,6 @@ struct acpi_nhlt_linux_specific_data {
16851685
u8 device_port_id;
16861686
};
16871687

1688-
struct acpi_nhlt_linux_specific_data_b {
1689-
u8 specific_data[18];
1690-
};
1691-
16921688
/*******************************************************************************
16931689
*
16941690
* PCCT - Platform Communications Channel Table (ACPI 5.0)

0 commit comments

Comments
 (0)