Input: ucb1x00-ts - remove commented out code

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

+1 -10
+1 -10
drivers/mfd/ucb1x00-ts.c
··· 208 208 struct ucb1x00_ts *ts = _ts; 209 209 struct task_struct *tsk = current; 210 210 DECLARE_WAITQUEUE(wait, tsk); 211 - int valid; 212 - 213 - /* 214 - * We could run as a real-time thread. However, thus far 215 - * this doesn't seem to be necessary. 216 - */ 217 - // tsk->policy = SCHED_FIFO; 218 - // tsk->rt_priority = 1; 219 - 220 - valid = 0; 211 + int valid = 0; 221 212 222 213 add_wait_queue(&ts->irq_wait, &wait); 223 214 while (!kthread_should_stop()) {