aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-04-24 18:13:18 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-06-16 00:44:42 -0400
commit08f4e586b9db4f398af1133a7b7457607539b958 (patch)
treec81cf2aa1b203b2f06fa853e28cfe77250e4fa24 /drivers/usb/host/ehci-hcd.c
parent00048b8bde5a6cbd9c3a76f272cc9ddb55705e37 (diff)
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>
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r--drivers/usb/host/ehci-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
index c637207a1c80..a2ca9cbf2809 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -1097,7 +1097,7 @@ static int __init ehci_hcd_init(void)
1097 sizeof(struct ehci_itd), sizeof(struct ehci_sitd)); 1097 sizeof(struct ehci_itd), sizeof(struct ehci_sitd));
1098 1098
1099#ifdef DEBUG 1099#ifdef DEBUG
1100 ehci_debug_root = debugfs_create_dir("ehci", NULL); 1100 ehci_debug_root = debugfs_create_dir("ehci", usb_debug_root);
1101 if (!ehci_debug_root) { 1101 if (!ehci_debug_root) {
1102 retval = -ENOENT; 1102 retval = -ENOENT;
1103 goto err_debug; 1103 goto err_debug;