summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/usbip_common.c
diff options
context:
space:
mode:
authorHimanshu2010-01-23 13:22:02 +0100
committerGreg Kroah-Hartman2010-03-04 01:42:52 +0100
commit411a861fc4f92cf0f5039928b448dcc7ca31d423 (patch)
treed777e847a9a1b2b8f7209f48cda0f87ab1ab801d /drivers/staging/usbip/usbip_common.c
parentStaging: usbip: Remove dead code (diff)
downloadkernel-qcow2-linux-411a861fc4f92cf0f5039928b448dcc7ca31d423.tar.gz
kernel-qcow2-linux-411a861fc4f92cf0f5039928b448dcc7ca31d423.tar.xz
kernel-qcow2-linux-411a861fc4f92cf0f5039928b448dcc7ca31d423.zip
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;