Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205674
b: refs/heads/master
c: 8bfe363
h: refs/heads/master
v: v3
  • Loading branch information
Sven Eckelmann authored and Greg Kroah-Hartman committed Jun 22, 2010
1 parent 2527ead commit d4594d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42fa1b92ab3261ef60ef4f60ff6eff2a0585348d
refs/heads/master: 8bfe3638747b2c2f842edf9eb2a407a22a9d537d
2 changes: 2 additions & 0 deletions trunk/drivers/staging/batman-adv/bat_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ static struct bat_debuginfo *mesh_debuginfos[] = {
void debugfs_init(void)
{
bat_debugfs = debugfs_create_dir(DEBUGFS_BAT_SUBDIR, NULL);
if (bat_debugfs == ERR_PTR(-ENODEV))
bat_debugfs = NULL;
}

void debugfs_destroy(void)
Expand Down

0 comments on commit d4594d9

Please sign in to comment.