Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171249
b: refs/heads/master
c: 20d57f8
h: refs/heads/master
i:
  171247: 21073b0
v: v3
  • Loading branch information
Inaky Perez-Gonzalez committed Nov 3, 2009
1 parent dc8ee21 commit 745b10f
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: 5a039e78522502067a68c969fb87fba1e39bc2a6
refs/heads/master: 20d57f8e2553fa6f5cd382131b7f18e91c7141fc
2 changes: 1 addition & 1 deletion trunk/drivers/net/wimax/i2400m/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ int i2400ms_debugfs_add(struct i2400ms *i2400ms)
int result;
struct dentry *dentry = i2400ms->i2400m.wimax_dev.debugfs_dentry;

dentry = debugfs_create_dir("i2400m-usb", dentry);
dentry = debugfs_create_dir("i2400m-sdio", dentry);
result = PTR_ERR(dentry);
if (IS_ERR(dentry)) {
if (result == -ENODEV)
Expand Down

0 comments on commit 745b10f

Please sign in to comment.