diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-debug.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-debug.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-debug.c b/drivers/net/wireless/iwlwifi/iwl-debug.c index 8a44f594528d..09feff4fa226 100644 --- a/drivers/net/wireless/iwlwifi/iwl-debug.c +++ b/drivers/net/wireless/iwlwifi/iwl-debug.c | |||
@@ -61,8 +61,6 @@ | |||
61 | * | 61 | * |
62 | *****************************************************************************/ | 62 | *****************************************************************************/ |
63 | 63 | ||
64 | #define DEBUG | ||
65 | |||
66 | #include <linux/device.h> | 64 | #include <linux/device.h> |
67 | #include <linux/interrupt.h> | 65 | #include <linux/interrupt.h> |
68 | #include <linux/export.h> | 66 | #include <linux/export.h> |
@@ -128,8 +126,8 @@ void __iwl_dbg(struct device *dev, | |||
128 | #ifdef CONFIG_IWLWIFI_DEBUG | 126 | #ifdef CONFIG_IWLWIFI_DEBUG |
129 | if (iwl_have_debug_level(level) && | 127 | if (iwl_have_debug_level(level) && |
130 | (!limit || net_ratelimit())) | 128 | (!limit || net_ratelimit())) |
131 | dev_dbg(dev, "%c %s %pV", in_interrupt() ? 'I' : 'U', | 129 | dev_printk(KERN_DEBUG, dev, "%c %s %pV", |
132 | function, &vaf); | 130 | in_interrupt() ? 'I' : 'U', function, &vaf); |
133 | #endif | 131 | #endif |
134 | trace_iwlwifi_dbg(level, in_interrupt(), function, &vaf); | 132 | trace_iwlwifi_dbg(level, in_interrupt(), function, &vaf); |
135 | va_end(args); | 133 | va_end(args); |