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

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

USB: EHCI: 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 00048b8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1097,7 +1097,7 @@ static int __init ehci_hcd_init(void)
		 sizeof(struct ehci_itd), sizeof(struct ehci_sitd));
		 sizeof(struct ehci_itd), sizeof(struct ehci_sitd));


#ifdef DEBUG
#ifdef DEBUG
	ehci_debug_root = debugfs_create_dir("ehci", NULL);
	ehci_debug_root = debugfs_create_dir("ehci", usb_debug_root);
	if (!ehci_debug_root) {
	if (!ehci_debug_root) {
		retval = -ENOENT;
		retval = -ENOENT;
		goto err_debug;
		goto err_debug;