···208208 struct ucb1x00_ts *ts = _ts;209209 struct task_struct *tsk = current;210210 DECLARE_WAITQUEUE(wait, tsk);211211- int valid;212212-213213- /*214214- * We could run as a real-time thread. However, thus far215215- * this doesn't seem to be necessary.216216- */217217-// tsk->policy = SCHED_FIFO;218218-// tsk->rt_priority = 1;219219-220220- valid = 0;211211+ int valid = 0;221212222213 add_wait_queue(&ts->irq_wait, &wait);223214 while (!kthread_should_stop()) {