commit | efaa3b8acac2342ae0805db12c8184cf6db2a2d3 | [log] [tgz] |
---|---|---|
author | Pragnesh Patel <pragnesh.patel@sifive.com> | Tue May 19 15:43:34 2020 +0530 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu May 21 10:00:17 2020 +0200 |
tree | f90c805e0da5f020d9645f509f20fcb13d916817 | |
parent | dadccd9a6633c9f5a144922132104b417d7ddf7c [diff] |
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>