Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156272
b: refs/heads/master
c: c6fe6b0
h: refs/heads/master
v: v3
  • Loading branch information
Helge Deller committed Aug 2, 2009
1 parent 4e0982c commit 880bfe4
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: b10ff54f9f58adfb708b53e6e56ed3d7804ade74
refs/heads/master: c6fe6b0783a8fd923d11dd0388cbd561ff15bdf1
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/hp_sdc_mlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static void hp_sdc_mlc_out(hil_mlc *mlc)
priv->tseq[3] = 0;
if (mlc->opacket & HIL_CTRL_APE) {
priv->tseq[3] |= HP_SDC_LPC_APE_IPF;
down_trylock(&mlc->csem);
BUG_ON(down_trylock(&mlc->csem));
}
enqueue:
hp_sdc_enqueue_transaction(&priv->trans);
Expand Down

0 comments on commit 880bfe4

Please sign in to comment.