[PATCH] [media] s5p-mfc: remove definition of DEBUG

From: trix
Date: Fri Jan 15 2021 - 18:56:36 EST


From: Tom Rix <trix@xxxxxxxxxx>

Defining DEBUG should only be done in development.
So remove DEBUG.

Signed-off-by: Tom Rix <trix@xxxxxxxxxx>
---
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