]> git.baikalelectronics.ru Git - uboot.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)
commitf4695352482dfd4154a985bbe4ea30813ea8d146
treeaf0068fe8d5f731a01203d4396316540098851cc
parent30d0ab1b8c117e73fc21ac289b2cb2796a7d66be
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