]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: don't call log with __func__ as parameter
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 29 Apr 2022 05:15:04 +0000 (07:15 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 29 Apr 2022 12:23:30 +0000 (14:23 +0200)
commit7ea79e511d308fb8aea4189d1617ee59887d3807
treeaf0068fe8d5f731a01203d4396316540098851cc
parent8b2b125e95c44bb007b4573945f4aedb8a56222c
efi_loader: don't call log with __func__ as parameter

The log functions print file name, line number, and function name if
selected via the log command or customizing. Don't print the function
name twice.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_bootmgr.c