commit | f252dfc6dd07f375ec879a21fd454bd9718efc61 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Nov 18 22:52:37 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 18:39:05 2023 -0500 |
tree | ada6cf250081e976285825dae696e57fa9888831 | |
parent | 266e8e22dcec0d4710b72df89530fceecc29c7d9 [diff] |
acpi: simplify acpi_write_ssdt() * Converting to void * is superfluous when calling memset(). * acpi_fill_header() already fills oem_table_id. Fixes: d953137526cc ("x86: Move SSDT table to a writer function") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>