From 0915d695060b3f6645e1627e7f66a50f29653a59 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Mon, 14 May 2007 23:52:22 -0400 Subject: [PATCH] --- yaml --- r: 56816 b: refs/heads/master c: 1124d5ca7b7296035c1cc5fc00fdbfa44603b2ac h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/mfd/ucb1x00-ts.c | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/[refs] b/[refs] index 4522ec657ce7..80f023423acd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c130bdba585cff185919cc5c82c126fc58aab7a6 +refs/heads/master: 1124d5ca7b7296035c1cc5fc00fdbfa44603b2ac diff --git a/trunk/drivers/mfd/ucb1x00-ts.c b/trunk/drivers/mfd/ucb1x00-ts.c index ce1a48108210..b023eae3c3ec 100644 --- a/trunk/drivers/mfd/ucb1x00-ts.c +++ b/trunk/drivers/mfd/ucb1x00-ts.c @@ -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()) {