
19 Mar
2020
19 Mar
'20
8:39 a.m.
Hi Simon,
during the review of a later patch I spotted a typo in this patch that I missed initially, see below.
"Simon Glass" sjg@chromium.org schrieb am 09.03.2020 04:44:57:
Betreff: [PATCH v2 33/39] acpi: Add support for SSDT generation
Some devices need to generate code for the Secondary System Descriptor Table (SSDT). Add a method to handle this.
Signed-off-by: Simon Glass sjg@chromium.org
[snip]
diff --git a/drivers/core/acpi.c b/drivers/core/acpi.c index 10bac38c1d..d2f6a9a9d1 100644 --- a/drivers/core/acpi.c +++ b/drivers/core/acpi.c @@ -17,6 +17,7 @@ /* Type of method to call */ enum method_t { METHOD_WRITE_TABLES,
- METHOD_FILL_SDDT,
typo: this should be METHOD_FILL_SSDT
};
regards, Wolfgang