Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150397
b: refs/heads/master
c: 6edf534
h: refs/heads/master
i:
  150395: fc34d6b
v: v3
  • Loading branch information
Max Filippov authored and John W. Linville committed May 20, 2009
1 parent c8b310a commit 7480f62
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 465b63537f93e82a2606332830801acb64467ec9
refs/heads/master: 6edf534a3214e8fad943d7acd903603f0a5b9ac8
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/p54/p54spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,16 +434,16 @@ static int p54spi_tx_frame(struct p54s_priv *priv, struct sk_buff *skb)
if (!p54spi_wait_bit(priv, SPI_ADRS_HOST_INTERRUPTS,
cpu_to_le32(SPI_HOST_INT_WR_READY))) {
dev_err(&priv->spi->dev, "WR_READY timeout\n");
ret = -1;
ret = -EAGAIN;
goto out;
}

p54spi_int_ack(priv, SPI_HOST_INT_WR_READY);
p54spi_sleep(priv);

if (FREE_AFTER_TX(skb))
p54_free_skb(priv->hw, skb);
out:
p54spi_sleep(priv);
return ret;
}

Expand Down

0 comments on commit 7480f62

Please sign in to comment.