Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f49ce96f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ec20df2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -733,7 +733,7 @@ int __init mon_text_init(void)
{
	struct dentry *mondir;

	mondir = debugfs_create_dir("usbmon", NULL);
	mondir = debugfs_create_dir("usbmon", usb_debug_root);
	if (IS_ERR(mondir)) {
		printk(KERN_NOTICE TAG ": debugfs is not available\n");
		return -ENODEV;