Re: [PATCH v3] acpi: Use options enum to index command options

2025-03-04 Thread Daniel Kiper
On Sat, Mar 01, 2025 at 02:15:07AM -0600, Glenn Washburn wrote: > Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

[PATCH v3] acpi: Use options enum to index command options

2025-03-01 Thread Glenn Washburn
Signed-off-by: Glenn Washburn --- v3: * Specify first enum const value * Fix improperly using OPTION_EXCLUDE instead of OPTION_LOAD_ONLY v2: Rebase to current master --- Range-diff against v2: 1: 8b14fcf62f88 ! 1: a51e20bb9b10 acpi: Use options enum to index command options @@ grub-core/c