On Wed, 2014-01-22 at 14:54 -0800, greearb@xxxxxxxxxxxxxxx wrote: > - WARN_ON_ONCE(ret != 0); > + if (WARN_ON_ONCE(ret != 0)) > + sdata_info(sdata, "sta-info-destroy: drv-sta-state error: %i, sta: %pM\n", > + ret, sta->sta.addr); You should put the string into the warning WARN_ONCE(ret, "sta-info-destroy: ...", ...) johannes -- 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