Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150395
b: refs/heads/master
c: 69712e9
h: refs/heads/master
i:
  150393: 92f20d9
  150391: 5530cbd
v: v3
  • Loading branch information
Max Filippov authored and John W. Linville committed May 20, 2009
1 parent 4225edd commit fc34d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 210dd1bb9b0329bcc1b4f8932022eddc6466980c
refs/heads/master: 69712e926bad9c163d5ba5597f08084ee7902480
7 changes: 1 addition & 6 deletions trunk/drivers/net/wireless/p54/p54spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static void p54spi_spi_write(struct p54s_priv *priv, u8 address,
spi_message_add_tail(&t[0], &m);

t[1].tx_buf = buf;
t[1].len = len;
t[1].len = len & ~1;
spi_message_add_tail(&t[1], &m);

if (len % 2) {
Expand Down Expand Up @@ -541,11 +541,6 @@ static void p54spi_work(struct work_struct *work)
}

ret = p54spi_wq_tx(priv);
if (ret < 0)
goto out;

ints = p54spi_read32(priv, SPI_ADRS_HOST_INTERRUPTS);

out:
mutex_unlock(&priv->mutex);
}
Expand Down

0 comments on commit fc34d6b

Please sign in to comment.