Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217746
b: refs/heads/master
c: 557d054
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Roland Dreier committed Sep 29, 2010
1 parent 34bab92 commit 37fe29b
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: 605841f5d263892d9254f09fcf265a26e0bede7e
refs/heads/master: 557d0540b96176dc42943e84c88c288f523388ca
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/user_mad.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ static int ib_umad_init_port(struct ib_device *device, int port_num,

port->ib_dev = device;
port->port_num = port_num;
init_MUTEX(&port->sm_sem);
sema_init(&port->sm_sem, 1);
mutex_init(&port->file_mutex);
INIT_LIST_HEAD(&port->file_list);

Expand Down

0 comments on commit 37fe29b

Please sign in to comment.