Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151338
b: refs/heads/master
c: 66536ab
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jun 16, 2009
1 parent e9470da commit 51b291f
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: 08f4e586b9db4f398af1133a7b7457607539b958
refs/heads/master: 66536ab36895f7da718693c21f2bde3247c8cf07
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/fhci-dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void fhci_dfs_create(struct fhci_hcd *fhci)
{
struct device *dev = fhci_to_hcd(fhci)->self.controller;

fhci->dfs_root = debugfs_create_dir(dev_name(dev), NULL);
fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root);
if (!fhci->dfs_root) {
WARN_ON(1);
return;
Expand Down

0 comments on commit 51b291f

Please sign in to comment.