diff options
Diffstat (limited to 'drivers/input/gameport')
-rw-r--r-- | drivers/input/gameport/gameport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/gameport/gameport.c b/drivers/input/gameport/gameport.c index bd686a2a517d..20896d5e5f0e 100644 --- a/drivers/input/gameport/gameport.c +++ b/drivers/input/gameport/gameport.c | |||
@@ -445,6 +445,7 @@ static struct gameport *gameport_get_pending_child(struct gameport *parent) | |||
445 | 445 | ||
446 | static int gameport_thread(void *nothing) | 446 | static int gameport_thread(void *nothing) |
447 | { | 447 | { |
448 | set_freezable(); | ||
448 | do { | 449 | do { |
449 | gameport_handle_event(); | 450 | gameport_handle_event(); |
450 | wait_event_interruptible(gameport_wait, | 451 | wait_event_interruptible(gameport_wait, |