mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Fix UCB1x00 driver to use sched_setscheduler
@ 2007-05-11 10:39 Satoru Takeuchi
  2007-05-11 11:32 ` Pavel Machek
  2007-05-12 13:10 ` Thomas Gleixner
  0 siblings, 2 replies; 5+ messages in thread
From: Satoru Takeuchi @ 2007-05-11 10:39 UTC (permalink / raw)
  To: Linux Kernel, Russell King, Pavel Machek, Jordi Colomer; +Cc: Satoru Takeuchi

Fix Touchscreen driver for UCB1x00-based touchscreens to use
sched_setscheduler() instead of setting the fields of task_struct directly.

Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>

Index: linux-2.6.21-fix-ucb-drivers/drivers/mfd/ucb1x00-ts.c
===================================================================
--- linux-2.6.21-fix-ucb-drivers.orig/drivers/mfd/ucb1x00-ts.c	2007-05-11 18:53:36.000000000 +0900
+++ linux-2.6.21-fix-ucb-drivers/drivers/mfd/ucb1x00-ts.c	2007-05-11 19:33:20.000000000 +0900
@@ -214,8 +214,9 @@ static int ucb1x00_thread(void *_ts)
 	 * 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;
+//	struct sched_param param = { .sched_priority = 1 };
+//
+//	sched_setscheduler(tsk, SCHED_FIFO, &param);
 
 	valid = 0;
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-05-14  9:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-11 10:39 [PATCH] Fix UCB1x00 driver to use sched_setscheduler Satoru Takeuchi
2007-05-11 11:32 ` Pavel Machek
2007-05-12 13:10 ` Thomas Gleixner
2007-05-13 23:56   ` Satoru Takeuchi
2007-05-14  9:21     ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®