aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-01-30 09:53:44 +0000
committerAndy Green <agreen@octopus.localdomain>2009-01-30 09:53:44 +0000
commit288e42c9ff4fec4beceacac9365f45eb6560ba3c (patch)
treec862d96b8f287494c93f334367d13251d1ee4eef /drivers/usb
parent88c1918a71b934844780b217d931485c497fc6b4 (diff)
fix-s3c6410-hsusb-platform-init.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/gadget/s3c_hs_otg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/s3c_hs_otg.c b/drivers/usb/gadget/s3c_hs_otg.c
index dc7a4f08867..046aee52e97 100644
--- a/drivers/usb/gadget/s3c_hs_otg.c
+++ b/drivers/usb/gadget/s3c_hs_otg.c
@@ -38,7 +38,7 @@ static char *state_names[] = {
"DATA_STATE_RECV"
};
-#define S3C_USB_DBG_LEVEL 0
+#define S3C_USB_DBG_LEVEL 3
#define DBG(level, fmt, args...) do { \
if (level >= S3C_USB_DBG_LEVEL) { \