acpi: Clear reserved bits in IORT
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Sun, 16 Mar 2025 08:32:54 +0000 (09:32 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:38:14 +0000 (11:38 -0600)
commitfe8844f4ad7189a6309976ecc841d55735e3534a
tree4e923dfa82eebb4b1349d77c66814c2f59aca737
parent0ae343239b702336d2c0a4f73a9a953d5a15b2af
acpi: Clear reserved bits in IORT

The IORT spec says that reserved bits must be set to zero, thus clear
all fields of the struct before starting to fill out non-reserved
fields.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
lib/acpi/acpi_table.c