Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4779
b: refs/heads/master
c: a61caa8
h: refs/heads/master
i:
  4777: 6c84d1c
  4775: 40c13f0
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Jul 13, 2005
1 parent f554b94 commit 94c413e
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: f264cc28245d4d635d586be8c2148140726756dd
refs/heads/master: a61caa8523a76e497f6b2a05350c892bc5ee402c
2 changes: 1 addition & 1 deletion trunk/drivers/input/joystick/amijoy.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static int amijoy_open(struct input_dev *dev)

static void amijoy_close(struct input_dev *dev)
{
down(&amijoysem);
down(&amijoy_sem);
if (!--amijoy_used)
free_irq(IRQ_AMIGA_VERTB, amijoy_interrupt);
up(&amijoy_sem);
Expand Down

0 comments on commit 94c413e

Please sign in to comment.