提交 ab42b404 编写于 作者: S Stanislaw Gruszka 提交者: John W. Linville

iwlegacy: remove duplicate initialization in iwl4956_down()

Signed-off-by: NStanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 75d80cad
...@@ -2139,7 +2139,7 @@ static void iwl4965_cancel_deferred_work(struct iwl_priv *priv); ...@@ -2139,7 +2139,7 @@ static void iwl4965_cancel_deferred_work(struct iwl_priv *priv);
static void __iwl4965_down(struct iwl_priv *priv) static void __iwl4965_down(struct iwl_priv *priv)
{ {
unsigned long flags; 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"); IWL_DEBUG_INFO(priv, DRV_NAME " is going down\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册