Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a61caa85 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds
Browse files

[PATCH] Amiga joystick: Fix typo introduced by the open/close race fixes

parent f264cc28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);