]> git.baikalelectronics.ru Git - kernel.git/commit
tulip: xircom_cb: Convert #ifdef DEBUG blocks and enter/leave uses
authorJoe Perches <joe@perches.com>
Mon, 9 May 2011 09:45:20 +0000 (09:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 May 2011 19:51:14 +0000 (12:51 -0700)
commit03b1380de380bf63b73353c70ef35bcd0909d2ca
treed9ee33efba238f53199a2cc02538233e23e892ad
parentd087c6b891a62b65af48f290fbfb06dc6f76f077
tulip: xircom_cb: Convert #ifdef DEBUG blocks and enter/leave uses

Change the blocks that are guarded by #if DEBUG to
be #if defined DEBUG && DEBUG > 1 so that pr_debug
can be used later.

Remove enter/leave macros and uses.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tulip/xircom_cb.c