mirror of
https://github.com/adulau/aha.git
synced 2024-12-30 12:46:17 +00:00
USB: UHCI: 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
485f4f3975
commit
ec20df2e89
1 changed files with 1 additions and 1 deletions
|
@ -961,7 +961,7 @@ static int __init uhci_hcd_init(void)
|
||||||
errbuf = kmalloc(ERRBUF_LEN, GFP_KERNEL);
|
errbuf = kmalloc(ERRBUF_LEN, GFP_KERNEL);
|
||||||
if (!errbuf)
|
if (!errbuf)
|
||||||
goto errbuf_failed;
|
goto errbuf_failed;
|
||||||
uhci_debugfs_root = debugfs_create_dir("uhci", NULL);
|
uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root);
|
||||||
if (!uhci_debugfs_root)
|
if (!uhci_debugfs_root)
|
||||||
goto debug_failed;
|
goto debug_failed;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue