Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23679
b: refs/heads/master
c: b1eecf7
h: refs/heads/master
i:
  23677: a3e3d7d
  23675: 412a2c4
  23671: 9562274
  23663: a2a1f74
  23647: c5c412c
  23615: 8fdc46c
  23551: b06c5ba
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Mar 24, 2006
1 parent 76ffbfd commit 0941987
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: 4401d138993c652dc7463207fa3afde71b7ae509
refs/heads/master: b1eecf7e04f34e3248ca8d14e49156da63f05117
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/hil_mlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ static inline void hilse_setup_input(hil_mlc *mlc, struct hilse_node *node) {
do_gettimeofday(&(mlc->instart));
mlc->icount = 15;
memset(mlc->ipacket, 0, 16 * sizeof(hil_packet));
if (down_trylock(&(mlc->isem))) BUG();
BUG_ON(down_trylock(&(mlc->isem)));

return;
}
Expand Down

0 comments on commit 0941987

Please sign in to comment.