Commit ab1ba87b authored by Piotr Maziarz's avatar Piotr Maziarz Committed by Rafael J. Wysocki

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: https://github.com/acpica/acpica/commit/961221a7Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 90037551
...@@ -1685,10 +1685,6 @@ struct acpi_nhlt_linux_specific_data { ...@@ -1685,10 +1685,6 @@ struct acpi_nhlt_linux_specific_data {
u8 device_port_id; u8 device_port_id;
}; };
struct acpi_nhlt_linux_specific_data_b {
u8 specific_data[18];
};
/******************************************************************************* /*******************************************************************************
* *
* PCCT - Platform Communications Channel Table (ACPI 5.0) * PCCT - Platform Communications Channel Table (ACPI 5.0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment