Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211701
b: refs/heads/master
c: 45e8492
h: refs/heads/master
i:
  211699: 25302e1
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 12, 2010
1 parent 51bab62 commit dd99791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 10d0ff83078d5ef99aaf94a2aaceb740f5ced923
refs/heads/master: 45e8492f594dcb17e8cbb26edb2dd3018a68dada
6 changes: 3 additions & 3 deletions trunk/drivers/input/serio/hil_mlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -915,15 +915,15 @@ int hil_mlc_register(hil_mlc *mlc)
mlc->ostarted = 0;

rwlock_init(&mlc->lock);
init_MUTEX(&mlc->osem);
sema_init(&mlc->osem, 1);

init_MUTEX(&mlc->isem);
sema_init(&mlc->isem, 1);
mlc->icount = -1;
mlc->imatch = 0;

mlc->opercnt = 0;

init_MUTEX_LOCKED(&(mlc->csem));
sema_init(&(mlc->csem), 0);

hil_mlc_clear_di_scratch(mlc);
hil_mlc_clear_di_map(mlc, 0);
Expand Down

0 comments on commit dd99791

Please sign in to comment.