summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/usbip_common.c
diff options
context:
space:
mode:
authorHimanshu <himanshu@symmetricore.com>2010-01-23 17:52:02 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:42:52 -0800
commit411a861fc4f92cf0f5039928b448dcc7ca31d423 (patch)
treed777e847a9a1b2b8f7209f48cda0f87ab1ab801d /drivers/staging/usbip/usbip_common.c
parenta439f5bff51d3e0c93d61ee6886b9dbf29a03da9 (diff)
Staging: usbip: Seperate usbip config debug from CONFIG_USB_DEBUG
Signed-off-by: Himanshu <himanshu@symmetricore.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/usbip_common.c')
-rw-r--r--drivers/staging/usbip/usbip_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/usbip_common.c b/drivers/staging/usbip/usbip_common.c
index d8197028f20a..7a45da8f9565 100644
--- a/drivers/staging/usbip/usbip_common.c
+++ b/drivers/staging/usbip/usbip_common.c
@@ -33,7 +33,7 @@
/*-------------------------------------------------------------------------*/
/* debug routines */
-#ifdef CONFIG_USB_DEBUG
+#ifdef CONFIG_USB_IP_DEBUG_ENABLE
unsigned long usbip_debug_flag = 0xffffffff;
#else
unsigned long usbip_debug_flag;