Skip to content

Commit

Permalink
Input: ucb1x00-ts - remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Dmitry Torokhov committed May 23, 2007
1 parent c130bdb commit 1124d5c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions drivers/mfd/ucb1x00-ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,16 +208,7 @@ static int ucb1x00_thread(void *_ts)
struct ucb1x00_ts *ts = _ts;
struct task_struct *tsk = current;
DECLARE_WAITQUEUE(wait, tsk);
int valid;

/*
* We could run as a real-time thread. However, thus far
* this doesn't seem to be necessary.
*/
// tsk->policy = SCHED_FIFO;
// tsk->rt_priority = 1;

valid = 0;
int valid = 0;

add_wait_queue(&ts->irq_wait, &wait);
while (!kthread_should_stop()) {
Expand Down

0 comments on commit 1124d5c

Please sign in to comment.