Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278135
b: refs/heads/master
c: 7adb92f
h: refs/heads/master
i:
  278133: 0d6b21b
  278131: 3f1fe7b
  278127: 4e482da
v: v3
  • Loading branch information
Michael Büsch authored and John W. Linville committed Nov 17, 2011
1 parent a2a8972 commit 79b0b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: fcac4fb00eaefea375db9745464cc182389a1751
refs/heads/master: 7adb92faa852589ad60ebd5ff94fc53c0882ebd5
6 changes: 1 addition & 5 deletions trunk/drivers/net/wireless/p54/p54spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,11 +581,7 @@ static void p54spi_op_stop(struct ieee80211_hw *dev)
struct p54s_priv *priv = dev->priv;
unsigned long flags;

if (mutex_lock_interruptible(&priv->mutex)) {
/* FIXME: how to handle this error? */
return;
}

mutex_lock(&priv->mutex);
WARN_ON(priv->fw_state != FW_STATE_READY);

cancel_work_sync(&priv->work);
Expand Down

0 comments on commit 79b0b12

Please sign in to comment.