Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315224
b: refs/heads/master
c: 346c265
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg committed Jun 29, 2012
1 parent df08ee2 commit d218300
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d6f1c316346c95b0a280954d5afca29459921a24
refs/heads/master: 346c265a48169d73a69c88ce9d6b65e6bb3b1f20
5 changes: 4 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
*
*****************************************************************************/

#define DEBUG

#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/export.h>
#include "iwl-debug.h"
Expand Down Expand Up @@ -124,7 +127,7 @@ void __iwl_dbg(struct device *dev,
#ifdef CONFIG_IWLWIFI_DEBUG
if (iwl_have_debug_level(level) &&
(!limit || net_ratelimit()))
dev_err(dev, "%c %s %pV", in_interrupt() ? 'I' : 'U',
dev_dbg(dev, "%c %s %pV", in_interrupt() ? 'I' : 'U',
function, &vaf);
#endif
trace_iwlwifi_dbg(level, in_interrupt(), function, &vaf);
Expand Down

0 comments on commit d218300

Please sign in to comment.