Re: [PATCH v3 11/15] unlz4: replace INIT

2021-04-15 Thread Julien Grall
Hi Jan, On 26/01/2021 09:52, Jan Beulich wrote: There's no need for this abstraction. Requested-by: Andrew Cooper Signed-off-by: Jan Beulich Reviewed-by: Julien Grall Cheers, -- Julien Grall

[PATCH v3 11/15] unlz4: replace INIT

2021-01-26 Thread Jan Beulich
There's no need for this abstraction. Requested-by: Andrew Cooper Signed-off-by: Jan Beulich --- v3: New. --- a/xen/common/lz4/decompress.c +++ b/xen/common/lz4/decompress.c @@ -46,8 +46,8 @@ static const int8_t dec64table[] = {0, 0 #if defined(__XEN__) || defined(__MINIOS__) -static int I