On Mon, 2010-12-13 at 16:09 -0800, Wey-Yi Guy wrote: > - if (WARN_ON(!ctx->vif)) { > + if (unlikely(!iwl_is_ready(priv))) { > + IWL_DEBUG_MAC80211(priv, "leave - not ready\n"); > + mutex_unlock(&priv->mutex); > + return; There appears to be some whitespace damage here. 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