Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c317fee3 authored by Tomas Winkler's avatar Tomas Winkler Committed by John W. Linville
Browse files

iwlwifi: remove unused variable form __iwl4965_down



This patch removes unused variable from __iwl4965_down.

Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 2d87889f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3341,12 +3341,9 @@ static void __iwl4965_down(struct iwl_priv *priv)
{
	unsigned long flags;
	int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
	struct ieee80211_conf *conf = NULL;

	IWL_DEBUG_INFO(DRV_NAME " is going down\n");

	conf = ieee80211_get_hw_conf(priv->hw);

	if (!exit_pending)
		set_bit(STATUS_EXIT_PENDING, &priv->status);