efi_loader: Remove unnecessary debug
authorPragnesh Patel <pragnesh.patel@sifive.com>
Tue, 19 May 2020 10:13:34 +0000 (15:43 +0530)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 21 May 2020 08:00:17 +0000 (10:00 +0200)
commit9de6ce807edaee02ae448a5130e9e78d60cc9b90
treef90c805e0da5f020d9645f509f20fcb13d916817
parentb0b13f4114d30b6756e0f6f3b5819d78de22541e
efi_loader: Remove unnecessary debug

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 <pragnesh.patel@sifive.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_variable.c