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:
66536ab
)
USB: OHCI: use the new usb debugfs directory
author
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 24 Apr 2009 22:14:38 +0000
(15:14 -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/ohci-hcd.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/host/ohci-hcd.c
b/drivers/usb/host/ohci-hcd.c
index 7635acf0998c220d60490d7c8fddef80f1dd1414..58151687d3518ef8da2938ae1fb34babe1a3caca 100644
(file)
--- a/
drivers/usb/host/ohci-hcd.c
+++ b/
drivers/usb/host/ohci-hcd.c
@@
-1105,7
+1105,7
@@
static int __init ohci_hcd_mod_init(void)
set_bit(USB_OHCI_LOADED, &usb_hcds_loaded);
#ifdef DEBUG
- ohci_debug_root = debugfs_create_dir("ohci",
NULL
);
+ ohci_debug_root = debugfs_create_dir("ohci",
usb_debug_root
);
if (!ohci_debug_root) {
retval = -ENOENT;
goto error_debug;