diff options
Diffstat (limited to 'drivers/input/touchscreen/ucb1400_ts.c')
-rw-r--r-- | drivers/input/touchscreen/ucb1400_ts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/ucb1400_ts.c b/drivers/input/touchscreen/ucb1400_ts.c index f0cbcdb008ed..36f944019158 100644 --- a/drivers/input/touchscreen/ucb1400_ts.c +++ b/drivers/input/touchscreen/ucb1400_ts.c | |||
@@ -292,6 +292,7 @@ static int ucb1400_ts_thread(void *_ucb) | |||
292 | 292 | ||
293 | sched_setscheduler(tsk, SCHED_FIFO, ¶m); | 293 | sched_setscheduler(tsk, SCHED_FIFO, ¶m); |
294 | 294 | ||
295 | set_freezable(); | ||
295 | while (!kthread_should_stop()) { | 296 | while (!kthread_should_stop()) { |
296 | unsigned int x, y, p; | 297 | unsigned int x, y, p; |
297 | long timeout; | 298 | long timeout; |