commit | 9de6ce807edaee02ae448a5130e9e78d60cc9b90 | [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 | b0b13f4114d30b6756e0f6f3b5819d78de22541e [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>