Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211703
b: refs/heads/master
c: 50948ee
h: refs/heads/master
i:
  211701: dd99791
  211699: 25302e1
  211695: 97ea73f
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 12, 2010
1 parent 817e3ba commit c009049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4a4a506f81eebe63fb1b8e9e99f4bcd1fd9aac66
refs/heads/master: 50948ee8124c2125d833e8889002aa12a948b4e9
2 changes: 1 addition & 1 deletion trunk/drivers/net/3c527.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ static int __init mc32_probe1(struct net_device *dev, int slot)
lp->tx_len = lp->exec_box->data[9]; /* Transmit list count */
lp->rx_len = lp->exec_box->data[11]; /* Receive list count */

init_MUTEX_LOCKED(&lp->cmd_mutex);
sema_init(&lp->cmd_mutex, 0);
init_completion(&lp->execution_cmd);
init_completion(&lp->xceiver_cmd);

Expand Down

0 comments on commit c009049

Please sign in to comment.