]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: w35und: Use pr_debug() for debugging
authorPekka Enberg <penberg@kernel.org>
Sun, 28 Nov 2010 21:00:00 +0000 (23:00 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 1 Dec 2010 22:45:45 +0000 (14:45 -0800)
commit2855bb79d75ad1419b1f54008f861a39517acfd5
tree1486219b75597a0cfb3ca5e74c673becf0b36690
parenta4170e3dddc5eb88d23dd5f6e7c9cdefc244001e
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 <pavel@ucw.cz>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/winbond/mds.c
drivers/staging/winbond/reg.c
drivers/staging/winbond/sysdef.h
drivers/staging/winbond/wb35reg.c
drivers/staging/winbond/wb35rx.c
drivers/staging/winbond/wb35tx.c
drivers/staging/winbond/wbusb.c