Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151341
b: refs/heads/master
c: f49ce96
h: refs/heads/master
i:
  151339: be70fcf
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jun 16, 2009
1 parent 0146daf commit a822a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec20df2e8907950f45fa538fa5c62a254e686875
refs/heads/master: f49ce96f11112a84c16ac217490ebd6f8d9a8977
2 changes: 1 addition & 1 deletion trunk/drivers/usb/mon/mon_text.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a822a5b

Please sign in to comment.