Re: [PATCH] efi_loader: Remove unnecessary debug

2020-05-20 Thread AKASHI Takahiro
On Tue, May 19, 2020 at 12:24:27PM +0200, Heinrich Schuchardt wrote: > On 19.05.20 12:13, Pragnesh Patel wrote: > > Remove unnecessary debug() from efi_set_variable_common(). > > native_name is NULL, so there is no meaning to print it. > > > > Signed-off-by: Pragnesh Patel > > Reviewed-by:

Re: [PATCH] efi_loader: Remove unnecessary debug

2020-05-19 Thread Heinrich Schuchardt
On 19.05.20 12:13, Pragnesh Patel wrote: > Remove unnecessary debug() from efi_set_variable_common(). > native_name is NULL, so there is no meaning to print it. > > Signed-off-by: Pragnesh Patel Reviewed-by: Heinrich Schuchardt > --- > lib/efi_loader/efi_variable.c | 2 -- > 1 file changed, 2

[PATCH] efi_loader: Remove unnecessary debug

2020-05-19 Thread Pragnesh Patel
Remove unnecessary debug() from efi_set_variable_common(). native_name is NULL, so there is no meaning to print it. Signed-off-by: Pragnesh Patel --- lib/efi_loader/efi_variable.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/efi_loader/efi_variable.c b/lib/efi_loader/efi_variable.c