From: Samuel Ortiz <sameo@linux.intel.com>
Date: Tue, 19 Oct 2010 09:14:33 +0000 (+0200)
Subject: mfd: Remove DEBUG defines from mc13xxx-core
X-Git-Tag: firefly_0821_release~7613^2~3575^2~12
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=00969f23dae70f62d7ce3f7abbbfb6d09ef92739;p=firefly-linux-kernel-4.4.55.git

mfd: Remove DEBUG defines from mc13xxx-core

DEBUG and VERBOSE_DEBUG are not used.

Reported-by: David Jander <david@protonic.nl>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
---

diff --git a/drivers/mfd/mc13xxx-core.c b/drivers/mfd/mc13xxx-core.c
index 93258adf8b63..1326e7f4263a 100644
--- a/drivers/mfd/mc13xxx-core.c
+++ b/drivers/mfd/mc13xxx-core.c
@@ -9,8 +9,6 @@
  * the terms of the GNU General Public License version 2 as published by the
  * Free Software Foundation.
  */
-#define DEBUG
-#define VERBOSE_DEBUG
 
 #include <linux/slab.h>
 #include <linux/module.h>