From: Pekka Enberg Date: Sun, 28 Nov 2010 21:00:00 +0000 (+0200) Subject: Staging: w35und: Use pr_debug() for debugging X-Git-Tag: v2.6.38-rc1~423^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2855bb79d75ad1419b1f54008f861a39517acfd5;p=pandora-kernel.git Staging: w35und: Use pr_debug() for debugging Use pr_debug() for debugging printk's and kill the FULL_DEBUG macro. It would be even better to use dev_dbg() but unfortunately looking up struct device in the current code structure makes things very ugly. Please note that I dropped the DataDmp() calls from RFSynthesizer_SwitchingChannel() because that function doesn't exist. Cc: Pavel Machek Signed-off-by: Pekka Enberg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed