Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56815
b: refs/heads/master
c: c130bdb
h: refs/heads/master
i:
  56813: 18d26c3
  56811: eb4b3ca
  56807: f582fe9
  56799: fcc502b
v: v3
  • Loading branch information
Satoru Takeuchi authored and Dmitry Torokhov committed May 23, 2007
1 parent fabd1a8 commit ba65e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1e0c5b1275a0e59747349745da8778523a9dcd18
refs/heads/master: c130bdba585cff185919cc5c82c126fc58aab7a6
4 changes: 2 additions & 2 deletions trunk/drivers/input/touchscreen/ucb1400_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ static int ucb1400_ts_thread(void *_ucb)
struct ucb1400 *ucb = _ucb;
struct task_struct *tsk = current;
int valid = 0;
struct sched_param param = { .sched_priority = 1 };

tsk->policy = SCHED_FIFO;
tsk->rt_priority = 1;
sched_setscheduler(tsk, SCHED_FIFO, &param);

while (!kthread_should_stop()) {
unsigned int x, y, p;
Expand Down

0 comments on commit ba65e20

Please sign in to comment.