wl12xx: sdio: use dev_dbg instead of wl1271_debug
authorLuciano Coelho <coelho@ti.com>
Fri, 7 Oct 2011 11:14:25 +0000 (14:14 +0300)
committerLuciano Coelho <coelho@ti.com>
Tue, 11 Oct 2011 13:24:45 +0000 (16:24 +0300)
commit3c4d386868dcbfb9fa51427e314fde39ee70b0ff
tree23083987e2992a840fe44fadbbed522fbf72811b
parent0f4e31222a2c0b93f25a87effd2033cb78c7a79c
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 <coelho@ti.com>
drivers/net/wireless/wl12xx/sdio.c
This page took 0.032197 seconds and 5 git commands to generate.