Re: [PATCH] Fix UCB1x00 driver to use sched_setscheduler

2007-05-14 Thread Pavel Machek
Hi! > > > 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.0 +0900 > > > +++ linux-2.6.21-fix-ucb-drivers

Re: [PATCH] Fix UCB1x00 driver to use sched_setscheduler

2007-05-13 Thread Satoru Takeuchi
At Sat, 12 May 2007 15:10:27 +0200, Thomas Gleixner wrote: > > On Fri, 2007-05-11 at 19:39 +0900, Satoru Takeuchi wrote: > > Fix Touchscreen driver for UCB1x00-based touchscreens to use > > sched_setscheduler() instead of setting the fields of task_struct directly. > > > > Signed-off-by: Satoru T

Re: [PATCH] Fix UCB1x00 driver to use sched_setscheduler

2007-05-12 Thread Thomas Gleixner
On Fri, 2007-05-11 at 19:39 +0900, Satoru Takeuchi wrote: > 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 <[EMAIL PROTECTED]> > > Index: linux-2.6.21-fix-ucb-drivers/dri

Re: [PATCH] Fix UCB1x00 driver to use sched_setscheduler

2007-05-11 Thread Pavel Machek
Hi! > 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 <[EMAIL PROTECTED]> Looks ok to me. Pavel > Index:

[PATCH] Fix UCB1x00 driver to use sched_setscheduler

2007-05-11 Thread 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 <[EMAIL PROTECTED]> Index: linux-2.6.21-fix-ucb-drivers/drivers/mfd/ucb1x00-ts.c