From: Heinrich Schuchardt Date: Tue, 9 Apr 2019 21:22:13 +0000 (+0200) Subject: efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR X-Git-Tag: v2019.07-rc1~22^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2337741fb4379754340149f2d4fdaf8071274826;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/lib/efi_loader/efi_device_path.c b/lib/efi_loader/efi_device_path.c index 53b40c8..1b08ca8 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 #include #include