From: Joe Perches Date: Mon, 9 May 2011 09:45:20 +0000 (+0000) Subject: tulip: xircom_cb: Convert #ifdef DEBUG blocks and enter/leave uses X-Git-Tag: v3.0-rc1~377^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54668b84bd2ee808e6b43ed9bd7aa3338fa95857;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed