Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63814
b: refs/heads/master
c: 21887b2
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Aug 6, 2007
1 parent 569d084 commit add6c47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 0e7088de6ce5a64d9bb7b11eba4ee98ca5b654e8
refs/heads/master: 21887b2f1826876f78a2d8e8e89f52993e7d76db
8 changes: 5 additions & 3 deletions trunk/net/mac80211/debugfs_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,11 @@ static void add_files(struct ieee80211_sub_if_data *sdata)
}
}

#define DEBUGFS_DEL(name, type)\
debugfs_remove(sdata->debugfs.type.name);\
sdata->debugfs.type.name = NULL;
#define DEBUGFS_DEL(name, type) \
do { \
debugfs_remove(sdata->debugfs.type.name); \
sdata->debugfs.type.name = NULL; \
} while (0)

static void del_sta_files(struct ieee80211_sub_if_data *sdata)
{
Expand Down

0 comments on commit add6c47

Please sign in to comment.