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:
ec20df2
)
USB: usbmon: use the new usb debugfs directory
author
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 24 Apr 2009 22:15:49 +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/mon/mon_text.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/mon/mon_text.c
b/drivers/usb/mon/mon_text.c
index 1f715436d6d3dec14a96639aa6abde814c9818b4..a7eb4c99342c91d0fabdb8a6d9beab5e09b093b9 100644
(file)
--- a/
drivers/usb/mon/mon_text.c
+++ b/
drivers/usb/mon/mon_text.c
@@
-733,7
+733,7
@@
int __init mon_text_init(void)
{
struct dentry *mondir;
- mondir = debugfs_create_dir("usbmon",
NULL
);
+ mondir = debugfs_create_dir("usbmon",
usb_debug_root
);
if (IS_ERR(mondir)) {
printk(KERN_NOTICE TAG ": debugfs is not available\n");
return -ENODEV;