On Fri, Oct 7, 2011 at 1:34 PM, Luciano Coelho <coelho@xxxxxx> wrote: > 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@xxxxxx> > --- [...] > if (!(sdio_flags & MMC_PM_KEEP_POWER)) { > - wl1271_error("can't keep power while host " > + dev_err(dev, "can't keep power while host \n" > "is suspended"); you missed the concatenation here :) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html