[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210115235426.290001-1-trix@redhat.com>
Date: Fri, 15 Jan 2021 15:54:26 -0800
From: trix@...hat.com
To: a.hajda@...sung.com, mchehab@...nel.org
Cc: linux-arm-kernel@...ts.infradead.org, linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org, Tom Rix <trix@...hat.com>
Subject: [PATCH] [media] s5p-mfc: remove definition of DEBUG
From: Tom Rix <trix@...hat.com>
Defining DEBUG should only be done in development.
So remove DEBUG.
Signed-off-by: Tom Rix <trix@...hat.com>
---
drivers/media/platform/s5p-mfc/s5p_mfc_debug.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_debug.h b/drivers/media/platform/s5p-mfc/s5p_mfc_debug.h
index 752bbe4fe48e..e7e696c08081 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_debug.h
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_debug.h
@@ -12,8 +12,6 @@
#ifndef S5P_MFC_DEBUG_H_
#define S5P_MFC_DEBUG_H_
-#define DEBUG
-
#ifdef DEBUG
extern int mfc_debug_level;
--
2.27.0
Powered by blists - more mailing lists