
19 Nov
2023
19 Nov
'23
1:43 a.m.
On Sat, 18 Nov 2023 at 14:52, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
- 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
lib/acpi/ssdt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org