Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: s3c-hsotg: Remove DEBUG define

DEBUG is defined unconditionally, remove it as this clutters the message log.

Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Maurus Cuelenaere and committed by
Greg Kroah-Hartman
0f1312b2 2bfc96a1

-2
-2
drivers/usb/gadget/s3c-hsotg.c
··· 12 12 * published by the Free Software Foundation. 13 13 */ 14 14 15 - #define DEBUG 16 - 17 15 #include <linux/kernel.h> 18 16 #include <linux/module.h> 19 17 #include <linux/spinlock.h>