Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: usbmon: use the new usb debugfs directory

All usb debugfs files should be behind the usb directory, not at the
root of debugfs.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

+1 -1
+1 -1
drivers/usb/mon/mon_text.c
··· 733 733 { 734 734 struct dentry *mondir; 735 735 736 - mondir = debugfs_create_dir("usbmon", NULL); 736 + mondir = debugfs_create_dir("usbmon", usb_debug_root); 737 737 if (IS_ERR(mondir)) { 738 738 printk(KERN_NOTICE TAG ": debugfs is not available\n"); 739 739 return -ENODEV;