mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
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: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
00048b8bde
commit
08f4e586b9
1 changed files with 1 additions and 1 deletions
|
@ -1097,7 +1097,7 @@ static int __init ehci_hcd_init(void)
|
|||
sizeof(struct ehci_itd), sizeof(struct ehci_sitd));
|
||||
|
||||
#ifdef DEBUG
|
||||
ehci_debug_root = debugfs_create_dir("ehci", NULL);
|
||||
ehci_debug_root = debugfs_create_dir("ehci", usb_debug_root);
|
||||
if (!ehci_debug_root) {
|
||||
retval = -ENOENT;
|
||||
goto err_debug;
|
||||
|
|
Loading…
Reference in a new issue