Commit 00969f23dae70f62d7ce3f7abbbfb6d09ef92739

Authored by Samuel Ortiz
1 parent f9c28019d4

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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/mfd/mc13xxx-core.c
... ... @@ -9,8 +9,6 @@
9 9 * the terms of the GNU General Public License version 2 as published by the
10 10 * Free Software Foundation.
11 11 */
12   -#define DEBUG
13   -#define VERBOSE_DEBUG
14 12  
15 13 #include <linux/slab.h>
16 14 #include <linux/module.h>