]> git.baikalelectronics.ru Git - uboot.git/commit
efi_driver: simplify error message
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 6 Jan 2019 16:12:43 +0000 (17:12 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 13 Feb 2019 08:40:05 +0000 (09:40 +0100)
commitb1f745b8a5893b5d8fee44ee95437d2d2ebe3535
treec78ac6a819f57f1af49f3116d657650d5e898a9d
parentdd7a90df10fb603ee68bf4203455e16378c6fdfa
efi_driver: simplify error message

Stating the function module is sufficient. We don't need file and line
number. Anyway the format code for the line number was incorrect (should
be %d).

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_driver/efi_uclass.c