Thread (13 messages) 13 messages, 3 authors, 2012-01-05

Re: [PATCH 4/6] ath6kl: get rid of AR_DBG_LVL_CHECK()

From: Joe Perches <joe@perches.com>
Date: 2012-01-04 23:58:38
Also in: linux-next, lkml, netdev

On Thu, 2012-01-05 at 01:09 +0200, Kalle Valo wrote:
We don't need it as debug calls already have a log level and compiler
should be smart enough to optimise away the code when ath6kl debug code
is not enabled. Also it makes it easier to abstract core code to
ath6kl_core.ko.
Changelog isn't representative of code changes.
ATH6KL_DBG_ANY -> ATH6KL_DBG_IRQ.
quoted hunk ↗ jump to hunk
diff --git a/drivers/net/wireless/ath/ath6kl/debug.c b/drivers/net/wireless/ath/ath6kl/debug.c
[]
quoted hunk ↗ jump to hunk
@@ -82,31 +82,31 @@ void ath6kl_dump_registers(struct ath6kl_device *dev,
 			   struct ath6kl_irq_enable_reg *irq_enable_reg)
 {
 
-	ath6kl_dbg(ATH6KL_DBG_ANY, ("<------- Register Table -------->\n"));
+	ath6kl_dbg(ATH6KL_DBG_IRQ, ("<------- Register Table -------->\n"));
etc...

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help