From: Luciano Coelho Date: Fri, 7 Oct 2011 11:14:25 +0000 (+0300) Subject: wl12xx: sdio: use dev_dbg instead of wl1271_debug X-Git-Tag: v3.3-rc1~182^2~261^2~2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c4d386868dcbfb9fa51427e314fde39ee70b0ff;p=pandora-kernel.git wl12xx: sdio: use dev_dbg instead of wl1271_debug To prevent a useless dependency between the sdio module and the wl12xx module, we need to replace the wl1271_debug macros (and friends) for dev_dbg and other equivalents. At the same time, remove the SDIO data hexdump, since this produces way too much data and is not particularly useful. There's not print_hex_dump() equivalent for dynamic debug, so it's hard to control when the dumps are printed out. Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed