projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485f4f3
)
USB: UHCI: use the new usb debugfs directory
author
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 24 Apr 2009 22:15:00 +0000
(15:15 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 16 Jun 2009 04:44:43 +0000
(21:44 -0700)
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>
drivers/usb/host/uhci-hcd.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/host/uhci-hcd.c
b/drivers/usb/host/uhci-hcd.c
index cf5e4cf7ea425828ca099af27dc6d2639ded8f9a..f2fd709fcce7d3292df1f489dd16df52605cea00 100644
(file)
--- a/
drivers/usb/host/uhci-hcd.c
+++ b/
drivers/usb/host/uhci-hcd.c
@@
-961,7
+961,7
@@
static int __init uhci_hcd_init(void)
errbuf = kmalloc(ERRBUF_LEN, GFP_KERNEL);
if (!errbuf)
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)
goto debug_failed;
}