Re: [PATCH v1 23/43] x86: Add error checking for csrt table generation

2020-07-02 Thread Wolfgang Wallner
Hi Simon,

-"Simon Glass"  schrieb: -
> Betreff: [PATCH v1 23/43] x86: Add error checking for csrt table generation
> 
> Generation of this table can fail, so update the function to return an
> error code.
> 
> Signed-off-by: Simon Glass 
> ---
> 
> Changes in v1:
> - Add new patch to add error checking for csrt table generation
> 
>  arch/x86/lib/acpi_table.c | 19 +--
>  1 file changed, 13 insertions(+), 6 deletions(-)

Reviewed-by: Wolfgang Wallner 



Re: [PATCH v1 23/43] x86: Add error checking for csrt table generation

2020-06-30 Thread Bin Meng
On Mon, Jun 15, 2020 at 11:58 AM Simon Glass  wrote:
>
> Generation of this table can fail, so update the function to return an
> error code.
>
> Signed-off-by: Simon Glass 
> ---
>
> Changes in v1:
> - Add new patch to add error checking for csrt table generation
>
>  arch/x86/lib/acpi_table.c | 19 +--
>  1 file changed, 13 insertions(+), 6 deletions(-)
>

Reviewed-by: Bin Meng