summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/usbip_common.h
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.h
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.h')
-rw-r--r--drivers/staging/usbip/usbip_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/usbip/usbip_common.h b/drivers/staging/usbip/usbip_common.h
index 1ca3eab8af18..6f1dcb197d13 100644
--- a/drivers/staging/usbip/usbip_common.h
+++ b/drivers/staging/usbip/usbip_common.h
@@ -33,12 +33,12 @@
*/
/**
- * usbip_udbg - print debug messages if CONFIG_USB_DEBUG is defined
+ * usbip_udbg - print debug messages if CONFIG_USB_IP_DEBUG_ENABLE is defined
* @fmt:
* @args:
*/
-#ifdef CONFIG_USB_DEBUG
+#ifdef CONFIG_USB_IP_DEBUG_ENABLE
#define usbip_udbg(fmt, args...) \
do { \
@@ -47,11 +47,11 @@
__FILE__, __LINE__, __func__, ##args); \
} while (0)
-#else /* CONFIG_USB_DEBUG */
+#else /* CONFIG_USB_IP_DEBUG_ENABLE */
#define usbip_udbg(fmt, args...) do { } while (0)
-#endif /* CONFIG_USB_DEBUG */
+#endif /* CONFIG_USB_IP_DEBUG_ENABLE */
enum {