projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
084f093
)
efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Tue, 9 Apr 2019 21:22:13 +0000
(23:22 +0200)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 12 Apr 2019 20:00:41 +0000
(22:00 +0200)
The statement '#define LOG_CATEGORY LOGL_ERR' makes not sense. LOGL_ERR is
not a LOG_CATEGORY. Remove the statement.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_device_path.c
patch
|
blob
|
history
diff --git
a/lib/efi_loader/efi_device_path.c
b/lib/efi_loader/efi_device_path.c
index
53b40c8
..
1b08ca8
100644
(file)
--- a/
lib/efi_loader/efi_device_path.c
+++ b/
lib/efi_loader/efi_device_path.c
@@
-5,8
+5,6
@@
* (C) Copyright 2017 Rob Clark
*/
-#define LOG_CATEGORY LOGL_ERR
-
#include <common.h>
#include <blk.h>
#include <dm.h>