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

Commit be36cacd authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

iwlagn: fix error in command waiting



Clearly a mistake, since pointers won't suddenly
change their value...

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 8bc8aecd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2265,7 +2265,7 @@ signed long iwlagn_wait_notification(struct iwl_priv *priv,
	int ret;

	ret = wait_event_timeout(priv->_agn.notif_waitq,
				 &wait_entry->triggered,
				 wait_entry->triggered,
				 timeout);

	spin_lock_bh(&priv->_agn.notif_wait_lock);