On Tue, 2011-03-15 at 00:03 -0700, Dan Carpenter wrote: > We initialize exit_pending twice. It's the second initialization which > is correct. That was added in d745d472af "iwlwifi: cancel scan when > down the device". > > Signed-off-by: Dan Carpenter <error27@xxxxxxxxx> > Acked-by: Wey-Yi Guy <wey-yi.w.guy@xxxxxxxxx> > diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.c b/drivers/net/wireless/iwlwifi/iwl-agn.c > index 321b18b..7adc60e 100644 > --- a/drivers/net/wireless/iwlwifi/iwl-agn.c > +++ b/drivers/net/wireless/iwlwifi/iwl-agn.c > @@ -2537,7 +2537,7 @@ static void iwl_cancel_deferred_work(struct iwl_priv *priv); > static void __iwl_down(struct iwl_priv *priv) > { > unsigned long flags; > - int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status); > + int exit_pending; > > IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n"); > -- 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