diff options
Diffstat (limited to 'drivers/input/serio/serio.c')
-rw-r--r-- | drivers/input/serio/serio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/serio/serio.c b/drivers/input/serio/serio.c index a8f3bc1dff22..372ca4931194 100644 --- a/drivers/input/serio/serio.c +++ b/drivers/input/serio/serio.c | |||
@@ -384,6 +384,7 @@ static struct serio *serio_get_pending_child(struct serio *parent) | |||
384 | 384 | ||
385 | static int serio_thread(void *nothing) | 385 | static int serio_thread(void *nothing) |
386 | { | 386 | { |
387 | set_freezable(); | ||
387 | do { | 388 | do { |
388 | serio_handle_event(); | 389 | serio_handle_event(); |
389 | wait_event_interruptible(serio_wait, | 390 | wait_event_interruptible(serio_wait, |