[PATCH] ipu-v3: ipu-smfc: Do not leave DEBUG defined

Fabio Estevam festevam at gmail.com
Mon Sep 1 20:37:13 PDT 2014


From: Fabio Estevam <fabio.estevam at freescale.com>

Let's only define DEBUG for debugging purpose and not by default to avoid
printing debugging message unnecessarily.

Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
Russell,

Are you still collecting ipu-v3 patches?

./scripts/get_maintainer.pl does not provide too many hints on who should take
a patch like this.

 drivers/gpu/ipu-v3/ipu-smfc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/ipu-v3/ipu-smfc.c b/drivers/gpu/ipu-v3/ipu-smfc.c
index e4f85ad..4939c50 100644
--- a/drivers/gpu/ipu-v3/ipu-smfc.c
+++ b/drivers/gpu/ipu-v3/ipu-smfc.c
@@ -8,7 +8,6 @@
  * http://www.opensource.org/licenses/gpl-license.html
  * http://www.gnu.org/copyleft/gpl.html
  */
-#define DEBUG
 #include <linux/export.h>
 #include <linux/types.h>
 #include <linux/init.h>
-- 
1.9.1



More information about the dri-devel mailing list