Re: [PATCH v11 06/17] vpci/header: rework exit path in init_bars

2023-12-05 Thread Stewart Hildebrand
On 12/1/23 20:27, Volodymyr Babchuk wrote: > Introduce "fail" label in init_bars() function to have the centralized The name was correct at the time of submission, but since then, init_bars() was renamed to init_header() in staging > error return path. This is the pre-requirement for the future

Re: [PATCH v11 06/17] vpci/header: rework exit path in init_bars

2023-12-04 Thread Jan Beulich
On 05.12.2023 01:53, Volodymyr Babchuk wrote: > Jan Beulich writes: >> On 02.12.2023 02:27, Volodymyr Babchuk wrote: >>> Introduce "fail" label in init_bars() function to have the centralized >>> error return path. This is the pre-requirement for the future changes >>> in this function. >>> >>>

Re: [PATCH v11 06/17] vpci/header: rework exit path in init_bars

2023-12-04 Thread Volodymyr Babchuk
Hello Jan, Jan Beulich writes: > On 02.12.2023 02:27, Volodymyr Babchuk wrote: >> Introduce "fail" label in init_bars() function to have the centralized >> error return path. This is the pre-requirement for the future changes >> in this function. >> >> This patch does not introduce functional

Re: [PATCH v11 06/17] vpci/header: rework exit path in init_bars

2023-12-04 Thread Jan Beulich
On 02.12.2023 02:27, Volodymyr Babchuk wrote: > Introduce "fail" label in init_bars() function to have the centralized > error return path. This is the pre-requirement for the future changes > in this function. > > This patch does not introduce functional changes. > > Signed-off-by: Volodymyr

[PATCH v11 06/17] vpci/header: rework exit path in init_bars

2023-12-01 Thread Volodymyr Babchuk
Introduce "fail" label in init_bars() function to have the centralized error return path. This is the pre-requirement for the future changes in this function. This patch does not introduce functional changes. Signed-off-by: Volodymyr Babchuk Suggested-by: Roger Pau Monné Acked-by: Roger Pau