diff options
author | Heinrich Schuchardt | 2019-04-09 23:22:13 +0200 |
---|---|---|
committer | Heinrich Schuchardt | 2019-04-12 22:00:41 +0200 |
commit | 2337741fb4379754340149f2d4fdaf8071274826 (patch) | |
tree | 50dc2c46fc7fcaf9a2512c4e68fc92c703ee9457 /lib | |
parent | 084f09330131656c3073ed51084b50cbc85a05e4 (diff) |
efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/efi_loader/efi_device_path.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/efi_loader/efi_device_path.c b/lib/efi_loader/efi_device_path.c index 53b40c8c3c2..1b08ca8f620 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> |