Skip to content

Commit

Permalink
tulip: xircom_cb: Convert #ifdef DEBUG blocks and enter/leave uses
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joe Perches authored and David S. Miller committed May 9, 2011
1 parent 4a9e25d commit 54668b8
Showing 1 changed file with 13 additions and 121 deletions.
Loading

0 comments on commit 54668b8

Please sign in to comment.