diff options
-rw-r--r-- | drivers/usb/mon/mon_text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/mon/mon_text.c b/drivers/usb/mon/mon_text.c index 1f715436d6d3..a7eb4c99342c 100644 --- a/drivers/usb/mon/mon_text.c +++ b/drivers/usb/mon/mon_text.c | |||
@@ -733,7 +733,7 @@ int __init mon_text_init(void) | |||
733 | { | 733 | { |
734 | struct dentry *mondir; | 734 | struct dentry *mondir; |
735 | 735 | ||
736 | mondir = debugfs_create_dir("usbmon", NULL); | 736 | mondir = debugfs_create_dir("usbmon", usb_debug_root); |
737 | if (IS_ERR(mondir)) { | 737 | if (IS_ERR(mondir)) { |
738 | printk(KERN_NOTICE TAG ": debugfs is not available\n"); | 738 | printk(KERN_NOTICE TAG ": debugfs is not available\n"); |
739 | return -ENODEV; | 739 | return -ENODEV; |