Re: [PATCH v4 1/4] eficonfig: refactor eficonfig_process_common function

2023-01-23 Thread Ilias Apalodimas
On Fri, Jan 20, 2023 at 05:43:55PM +0900, Masahisa Kojima wrote: > Current change boot order implementation does not call > eficonfig_process_common() and call own menu functions > for display_statusline, item_data_print and item_choice. > Change boot order functionality should call > eficonfig_pro

[PATCH v4 1/4] eficonfig: refactor eficonfig_process_common function

2023-01-20 Thread Masahisa Kojima
Current change boot order implementation does not call eficonfig_process_common() and call own menu functions for display_statusline, item_data_print and item_choice. Change boot order functionality should call eficonfig_process_common() to improve maintenanceability. This commit is a preparation