Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289927
b: refs/heads/master
c: f56e7eb
h: refs/heads/master
i:
  289925: bd1a64a
  289923: 228d19a
  289919: ed62c26
v: v3
  • Loading branch information
Joe Perches authored and John W. Linville committed Jan 24, 2012
1 parent 9fa9114 commit 2e2593f
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: 4cd9f40c66e36c59f3a753d5167a89a312f5aa87
refs/heads/master: f56e7eb4dd3124d53a5200ff093bc6bcbae671e9
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/rtlwifi/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ do { \
do { \
if (unlikely(((comp) & rtlpriv->dbg.global_debugcomponents) && \
((level) <= rtlpriv->dbg.global_debuglevel))) { \
printk(KERN_DEBUG "%s:%s():<%lx-%x> " fmt, \
KBUILD_MODNAME, __func__, \
in_interrupt(), in_atomic(), ##__VA_ARGS__); \
printk(KERN_DEBUG KBUILD_MODNAME ":%s():<%lx-%x> " fmt, \
__func__, in_interrupt(), in_atomic(), \
##__VA_ARGS__); \
} \
} while (0)

Expand Down

0 comments on commit 2e2593f

Please sign in to comment.