Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183563
b: refs/heads/master
c: 8271195
h: refs/heads/master
i:
  183561: bf380e7
  183559: 7e6bda0
v: v3
  • Loading branch information
John W. Linville committed Jan 5, 2010
1 parent cc6c0f7 commit ceb8750
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4f9b2a7dea2bf1dd81f280aa5e8a40ed910d2f0a
refs/heads/master: 8271195e38d01f3551bb10b1c7de856cd8507882
6 changes: 3 additions & 3 deletions trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
#include "nl80211.h"

#ifdef CONFIG_CFG80211_REG_DEBUG
#define REG_DBG_PRINT(args...) \
#define REG_DBG_PRINT(format, args...) \
do { \
printk(KERN_DEBUG args); \
printk(KERN_DEBUG format , ## args); \
} while (0)
#else
#define REG_DBG_PRINT(args)
#define REG_DBG_PRINT(args...)
#endif

/* Receipt of information from last regulatory request */
Expand Down

0 comments on commit ceb8750

Please sign in to comment.