Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341619
b: refs/heads/master
c: fbbdcc0
h: refs/heads/master
i:
  341617: ac3eae4
  341615: 149fea7
v: v3
  • Loading branch information
Joe Perches authored and John W. Linville committed Nov 26, 2012
1 parent b7b3835 commit 9963d98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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: 62c8003ecb973986958e9dade4a7e598349caf48
refs/heads/master: fbbdcc0213bbf74acb5d6d210a9cb4db557edd30
10 changes: 8 additions & 2 deletions trunk/drivers/net/wireless/brcm80211/brcmsmac/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@
#include "main.h"
#include "mac80211_if.h"

__printf(2, 3)
void __brcms_info(struct device *dev, const char *fmt, ...);
__printf(2, 3)
void __brcms_warn(struct device *dev, const char *fmt, ...);
__printf(2, 3)
void __brcms_err(struct device *dev, const char *fmt, ...);
__printf(2, 3)
void __brcms_crit(struct device *dev, const char *fmt, ...);

#if defined(CONFIG_BRCMDBG) || defined(CONFIG_BRCM_TRACING)
__printf(4, 5)
void __brcms_dbg(struct device *dev, u32 level, const char *func,
const char *fmt, ...);
#else
static inline void __brcms_dbg(struct device *dev, u32 level,
const char *func, const char *fmt, ...)
static inline __printf(4, 5)
void __brcms_dbg(struct device *dev, u32 level, const char *func,
const char *fmt, ...)
{
}
#endif
Expand Down

0 comments on commit 9963d98

Please sign in to comment.