Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56816
b: refs/heads/master
c: 1124d5c
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed May 23, 2007
1 parent ba65e20 commit 0915d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c130bdba585cff185919cc5c82c126fc58aab7a6
refs/heads/master: 1124d5ca7b7296035c1cc5fc00fdbfa44603b2ac
11 changes: 1 addition & 10 deletions trunk/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 0915d69

Please sign in to comment.