projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f264cc2
)
[PATCH] Amiga joystick: Fix typo introduced by the open/close race fixes
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Wed, 13 Jul 2005 10:56:42 +0000
(12:56 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 13 Jul 2005 18:44:27 +0000
(11:44 -0700)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/input/joystick/amijoy.c
patch
|
blob
|
history
diff --git
a/drivers/input/joystick/amijoy.c
b/drivers/input/joystick/amijoy.c
index
033456b
..
e996183
100644
(file)
--- a/
drivers/input/joystick/amijoy.c
+++ b/
drivers/input/joystick/amijoy.c
@@
-105,7
+105,7
@@
out:
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);