]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8be23110726977422b2f3a2b1f1ebd8ed7ab6bd0
treef90c805e0da5f020d9645f509f20fcb13d916817
parentc40ba4e2a04581ec16bb6c10b7fcdf099190a80f
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