Re: [Xen-devel] [PATCH 1/7] xen/arm: acpi: Rework acpi_boot_table_init error paths

2017-02-03 Thread Wei Liu
On Fri, Feb 03, 2017 at 07:18:46PM +, Julien Grall wrote: > There are multiple path disable ACPI on error. Consolidate in a single > place, this will help in a follow-up patch to add more code on the error > path. > > Signed-off-by: Julien Grall > --- > xen/arch/arm/acpi/boot.c | 25

[Xen-devel] [PATCH 1/7] xen/arm: acpi: Rework acpi_boot_table_init error paths

2017-02-03 Thread Julien Grall
There are multiple path disable ACPI on error. Consolidate in a single place, this will help in a follow-up patch to add more code on the error path. Signed-off-by: Julien Grall --- xen/arch/arm/acpi/boot.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff -