diff mbox series

[U-Boot,1/1] efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR

Message ID 20190409212948.26079-1-xypron.glpk@gmx.de
State Accepted, archived
Delegated to: Heinrich Schuchardt
Headers show
Series [U-Boot,1/1] efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR | expand

Commit Message

Heinrich Schuchardt April 9, 2019, 9:29 p.m. UTC
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 | 2 --
 1 file changed, 2 deletions(-)

--
2.20.1
diff mbox series

Patch

diff --git a/lib/efi_loader/efi_device_path.c b/lib/efi_loader/efi_device_path.c
index 53b40c8c3c..1b08ca8f62 100644
--- 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>