efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 9 Apr 2019 21:22:13 +0000 (23:22 +0200)
committerHeinrich 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

index 53b40c8c3c2dd62b2de36dc768e3975b76b27bb0..1b08ca8f620a95111edd8bb049b693869b1f9c07 100644 (file)
@@ -5,8 +5,6 @@
  * (C) Copyright 2017 Rob Clark
  */
 
-#define LOG_CATEGORY LOGL_ERR
-
 #include <common.h>
 #include <blk.h>
 #include <dm.h>