• L
    wl12xx: sdio: use dev_dbg instead of wl1271_debug · 3c4d3868
    Luciano Coelho 提交于
    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: NLuciano Coelho <coelho@ti.com>
    3c4d3868
sdio.c 9.0 KB