Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57618
b: refs/heads/master
c: 0b7db95
h: refs/heads/master
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Jun 11, 2007
1 parent 6eb7fd1 commit 9b9c467
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 604ba49150987e48a94f2a704ba4e44479901c5c
refs/heads/master: 0b7db95602d0eb5339c7b7a9c7beff4b146bdeec
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/libertas/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ void libertas_debugfs_remove_one(wlan_private *priv)

debugfs_remove(priv->regs_dir);

for(i=0; i<ARRAY_SIZE(debugfs_files); i++)
for(i=0; i<ARRAY_SIZE(debugfs_events_files); i++)
debugfs_remove(priv->debugfs_events_files[i]);

debugfs_remove(priv->events_dir);
Expand All @@ -1769,6 +1769,7 @@ void libertas_debugfs_remove_one(wlan_private *priv)
#endif
for(i=0; i<ARRAY_SIZE(debugfs_files); i++)
debugfs_remove(priv->debugfs_files[i]);
debugfs_remove(priv->debugfs_dir);
}

/* debug entry */
Expand Down

0 comments on commit 9b9c467

Please sign in to comment.