Skip to content

Commit

Permalink
USB: s3c-hsotg: Remove DEBUG define
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maurus Cuelenaere authored and Greg Kroah-Hartman committed Sep 4, 2010
1 parent 2bfc96a commit 0f1312b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/usb/gadget/s3c-hsotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* published by the Free Software Foundation.
*/

#define DEBUG

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/spinlock.h>
Expand Down

0 comments on commit 0f1312b

Please sign in to comment.