aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2005-07-13 12:56:42 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-13 11:44:27 -0700
commita61caa8523a76e497f6b2a05350c892bc5ee402c (patch)
treed4fb2ca050a31e47adf45e811017964c46ccf38c /drivers/input
parent[PATCH] ppc64: add 970MP PVR (diff)
downloadlinux-dev-a61caa8523a76e497f6b2a05350c892bc5ee402c.tar.xz
linux-dev-a61caa8523a76e497f6b2a05350c892bc5ee402c.zip
[PATCH] Amiga joystick: Fix typo introduced by the open/close race fixes
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/joystick/amijoy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/joystick/amijoy.c b/drivers/input/joystick/amijoy.c
index 033456bb9fe0..e996183c5b06 100644
--- 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);