Skip to content
Commit 09971493 authored by Roland Dreier's avatar Roland Dreier Committed by John W. Linville
Browse files

iwlwifi: Don't unlock priv->mutex if it isn't locked

Commit b716bb91

 ("iwlwifi: Cancel scanning upon association") moved the
test of priv->vif in iwl{3945,4964}_mac_config_interface() outside of
where priv->mutex is held, but still tries to do mutex_unlock() on
return.  This is clearly wrong and triggers a nasty lockdep warning when
this codepath is triggered.  Fix this by removing the mutex_unlock().

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 4d381ffb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment