aboutsummaryrefslogtreecommitdiffstats
path: root/usb.current/usb-s3c-hsotg-remove-debug-define.patch
diff options
authorGreg Kroah-Hartman <gregkh@suse.de>2010-09-01 13:24:40 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-01 13:24:40 -0700
commit9c19ffe7b6129ad4babb0762c3b342d02679b9ce (patch)
treefabf5ca6c5a1001150ed360aaa33855f49397bc7 /usb.current/usb-s3c-hsotg-remove-debug-define.patch
parent8a26eb4b4e0e04efc8676c3317d997e175851e33 (diff)
downloadpatches-9c19ffe7b6129ad4babb0762c3b342d02679b9ce.tar.gz
lots more
Diffstat (limited to 'usb.current/usb-s3c-hsotg-remove-debug-define.patch')
-rw-r--r--usb.current/usb-s3c-hsotg-remove-debug-define.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/usb.current/usb-s3c-hsotg-remove-debug-define.patch b/usb.current/usb-s3c-hsotg-remove-debug-define.patch
new file mode 100644
index 00000000000000..79a2a4ede123d5
--- /dev/null
+++ b/usb.current/usb-s3c-hsotg-remove-debug-define.patch
@@ -0,0 +1,29 @@
+From mcuelenaere@gmail.com Wed Sep 1 12:41:09 2010
+Message-ID: <4c659d1c.487e0e0a.037b.ffffcf6a@mx.google.com>
+Date: Fri, 13 Aug 2010 21:29:30 +0200
+From: Maurus Cuelenaere <mcuelenaere@gmail.com>
+Subject: USB: s3c-hsotg: Remove DEBUG define
+To: linux-usb@vger.kernel.org, linux-samsung-soc@vger.kernel.org
+Cc: ben-linux@fluff.org, dbrownell@users.sourceforge.net,
+ gregkh@suse.de
+
+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>
+
+---
+ drivers/usb/gadget/s3c-hsotg.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+--- a/drivers/usb/gadget/s3c-hsotg.c
++++ b/drivers/usb/gadget/s3c-hsotg.c
+@@ -12,8 +12,6 @@
+ * published by the Free Software Foundation.
+ */
+
+-#define DEBUG
+-
+ #include <linux/kernel.h>
+ #include <linux/module.h>
+ #include <linux/spinlock.h>