commit | 0eafaf2f148bac08ed84e4b52a778e97152b041b | [log] [tgz] |
---|---|---|
author | Patrick Rudolph <patrick.rudolph@9elements.com> | Sun Mar 16 09:32:54 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:38:14 2025 -0600 |
tree | 4e923dfa82eebb4b1349d77c66814c2f59aca737 | |
parent | 9b6b38855252c5de26233dce495220d08afef9f5 [diff] |
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>