Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211707
b: refs/heads/master
c: d198550
h: refs/heads/master
i:
  211705: 6935257
  211703: c009049
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 12, 2010
1 parent 33bfbec commit b48fb12
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: 0bce198b7688911e072bd65032ab9278b577ee93
refs/heads/master: d1985508320ad40a68375bdbafa8a5d6c56d2114
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/cosa.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ static int cosa_probe(int base, int irq, int dma)

/* Initialize the chardev data structures */
mutex_init(&chan->rlock);
init_MUTEX(&chan->wsem);
sema_init(&chan->wsem, 1);

/* Register the network interface */
if (!(chan->netdev = alloc_hdlcdev(chan))) {
Expand Down

0 comments on commit b48fb12

Please sign in to comment.