Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89912
b: refs/heads/master
c: 6cd74e3
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and John W. Linville committed Feb 29, 2008
1 parent 62c2063 commit e416cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6e33e30d7ae11d527ad1d65ec09a65467d6db1b2
refs/heads/master: 6cd74e3b99ec5aeed5346b1b3777903fa5e47db7
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath5k/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ ath5k_debug_printtxbuf(struct ath5k_softc *sc,

#else /* no debugging */

#define ATH5K_TRACE(_sc) /* empty */
#include <linux/compiler.h>

#define ATH5K_TRACE(_sc) typecheck(struct ath5k_softc *, (_sc))

static inline void __attribute__ ((format (printf, 3, 4)))
ATH5K_DBG(struct ath5k_softc *sc, unsigned int m, const char *fmt, ...) {}
Expand Down

0 comments on commit e416cf2

Please sign in to comment.