Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150400
b: refs/heads/master
c: 4de2dc7
h: refs/heads/master
v: v3
  • Loading branch information
Max Filippov authored and John W. Linville committed May 20, 2009
1 parent 18e263d commit fd5b850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 3f0d843b5c94be824c2027f01348f360958e5542
refs/heads/master: 4de2dc74a1c7dedcfbe8290316f1a239a7c86554
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/p54/p54spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,7 @@ static void p54spi_work(struct work_struct *work)

mutex_lock(&priv->mutex);

if (priv->fw_state == FW_STATE_OFF &&
priv->fw_state == FW_STATE_RESET)
if (priv->fw_state == FW_STATE_OFF)
goto out;

ints = p54spi_read32(priv, SPI_ADRS_HOST_INTERRUPTS);
Expand Down

0 comments on commit fd5b850

Please sign in to comment.