Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277764
b: refs/heads/master
c: 6e6ae9d
h: refs/heads/master
v: v3
  • Loading branch information
Stanislav Yakovlev authored and John W. Linville committed Nov 9, 2011
1 parent 549218c commit c0b4b00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: fd6562344dea2b8b2a5d644cf971f4e56004500a
refs/heads/master: 6e6ae9ddf0bc19ce066ed2f66f7a52b827e4514e
8 changes: 0 additions & 8 deletions trunk/drivers/net/wireless/ipw2x00/libipw.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,8 @@ extern u32 libipw_debug_level;
do { if (libipw_debug_level & (level)) \
printk(KERN_DEBUG "libipw: %c %s " fmt, \
in_interrupt() ? 'I' : 'U', __func__ , ## args); } while (0)
static inline bool libipw_ratelimit_debug(u32 level)
{
return (libipw_debug_level & level) && net_ratelimit();
}
#else
#define LIBIPW_DEBUG(level, fmt, args...) do {} while (0)
static inline bool libipw_ratelimit_debug(u32 level)
{
return false;
}
#endif /* CONFIG_LIBIPW_DEBUG */

/*
Expand Down

0 comments on commit c0b4b00

Please sign in to comment.