From 2337741fb4379754340149f2d4fdaf8071274826 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 9 Apr 2019 23:22:13 +0200 Subject: [PATCH] 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 --- lib/efi_loader/efi_device_path.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.7.4