Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276208
b: refs/heads/master
c: 32d3a39
h: refs/heads/master
v: v3
  • Loading branch information
Michael Büsch authored and John W. Linville committed Nov 17, 2011
1 parent fc43b18 commit 0d619c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68fa64ef606bcee688fce46d07aa68f175070156
refs/heads/master: 32d3a3922d617a5a685a5e2d24b20d0e88f192a9
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/p54/p54spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ static int __devinit p54spi_probe(struct spi_device *spi)
init_completion(&priv->fw_comp);
INIT_LIST_HEAD(&priv->tx_pending);
mutex_init(&priv->mutex);
spin_lock_init(&priv->tx_lock);
SET_IEEE80211_DEV(hw, &spi->dev);
priv->common.open = p54spi_op_start;
priv->common.stop = p54spi_op_stop;
Expand Down

0 comments on commit 0d619c9

Please sign in to comment.