Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314344
b: refs/heads/master
c: f609607
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Johannes Berg committed Jun 13, 2012
1 parent a4ea8ac commit d51b963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12af0468734dcef5d123d774f98e284deedd361c
refs/heads/master: f609607c009140491dd134f0165d9a8f9f726114
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/dvm/lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ int iwl_dvm_send_cmd(struct iwl_priv *priv, struct iwl_host_cmd *cmd)
* the mutex, this ensures we don't try to send two
* (or more) synchronous commands at a time.
*/
if (cmd->flags & CMD_SYNC)
if (!(cmd->flags & CMD_ASYNC))
lockdep_assert_held(&priv->mutex);

if (priv->ucode_owner == IWL_OWNERSHIP_TM &&
Expand Down

0 comments on commit d51b963

Please sign in to comment.