Re: [PATCH v2 1/3] eficonfig: refactor eficonfig_process_common function

2023-01-03 Thread Masahisa Kojima
Hi Ilias, On Tue, 27 Dec 2022 at 23:41, Ilias Apalodimas wrote: > > Hi Kojima-san > > > Overall I think the cleanup is nice and easier to maintain in the long > run. > > On Sat, Dec 24, 2022 at 07:57:42AM +0900, Masahisa Kojima wrote: > > Current change boot order implementation does not call > >

Re: [PATCH v2 1/3] eficonfig: refactor eficonfig_process_common function

2022-12-27 Thread Ilias Apalodimas
Hi Kojima-san Overall I think the cleanup is nice and easier to maintain in the long run. On Sat, Dec 24, 2022 at 07:57:42AM +0900, Masahisa Kojima wrote: > Current change boot order implementation does not call > eficonfig_process_common() and call own menu functions > for display_statusline, i

[PATCH v2 1/3] eficonfig: refactor eficonfig_process_common function

2022-12-23 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