Re: [PATCH] ucb1400_ts.c -- replace an interruptible sleep with an uninterruptible one

2007-09-18 Thread Dmitry Torokhov
On 9/18/07, Nicolas Pitre <[EMAIL PROTECTED]> wrote: > On Tue, 18 Sep 2007, Rene Herman wrote: > > > On 09/18/2007 06:03 PM, Nicolas Pitre wrote: > > > > > On Tue, 18 Sep 2007, Rene Herman wrote: > > > > > > > Hi Nicolas. > > > > > > > > Given that it's not checking for signals, I believe this one

Re: [PATCH] ucb1400_ts.c -- replace an interruptible sleep with an uninterruptible one

2007-09-18 Thread Nicolas Pitre
On Tue, 18 Sep 2007, Rene Herman wrote: > On 09/18/2007 06:03 PM, Nicolas Pitre wrote: > > > On Tue, 18 Sep 2007, Rene Herman wrote: > > > > > Hi Nicolas. > > > > > > Given that it's not checking for signals, I believe this one should be an > > > uninterruptible sleep instead? > > > >

Re: [PATCH] ucb1400_ts.c -- replace an interruptible sleep with an uninterruptible one

2007-09-18 Thread Rene Herman
On 09/18/2007 06:03 PM, Nicolas Pitre wrote: On Tue, 18 Sep 2007, Rene Herman wrote: Hi Nicolas. Given that it's not checking for signals, I believe this one should be an uninterruptible sleep instead? Probably. Thanks. Should I send it somewhere or will you or Dmitry grab it? Rene. -

Re: [PATCH] ucb1400_ts.c -- replace an interruptible sleep with an uninterruptible one

2007-09-18 Thread Nicolas Pitre
On Tue, 18 Sep 2007, Rene Herman wrote: > Hi Nicolas. > > Given that it's not checking for signals, I believe this one should be an > uninterruptible sleep instead? Probably. Nicolas - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

[PATCH] ucb1400_ts.c -- replace an interruptible sleep with an uninterruptible one

2007-09-18 Thread Rene Herman
Hi Nicolas. Given that it's not checking for signals, I believe this one should be an uninterruptible sleep instead? Signed-off-by: Rene Herman <[EMAIL PROTECTED]> Rene. diff --git a/drivers/input/touchscreen/ucb1400_ts.c b/drivers/input/touchscreen/ucb1400_ts.c index f0cbcdb..670dd49

[PATCH] ucb1400_ts.c -- replace an interruptible sleep with an uninterruptible one

2007-09-18 Thread Rene Herman
Hi Nicolas. Given that it's not checking for signals, I believe this one should be an uninterruptible sleep instead? Signed-off-by: Rene Herman [EMAIL PROTECTED] Rene. diff --git a/drivers/input/touchscreen/ucb1400_ts.c b/drivers/input/touchscreen/ucb1400_ts.c index f0cbcdb..670dd49 100644

Re: [PATCH] ucb1400_ts.c -- replace an interruptible sleep with an uninterruptible one

2007-09-18 Thread Nicolas Pitre
On Tue, 18 Sep 2007, Rene Herman wrote: Hi Nicolas. Given that it's not checking for signals, I believe this one should be an uninterruptible sleep instead? Probably. Nicolas - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [PATCH] ucb1400_ts.c -- replace an interruptible sleep with an uninterruptible one

2007-09-18 Thread Rene Herman
On 09/18/2007 06:03 PM, Nicolas Pitre wrote: On Tue, 18 Sep 2007, Rene Herman wrote: Hi Nicolas. Given that it's not checking for signals, I believe this one should be an uninterruptible sleep instead? Probably. Thanks. Should I send it somewhere or will you or Dmitry grab it? Rene. -

Re: [PATCH] ucb1400_ts.c -- replace an interruptible sleep with an uninterruptible one

2007-09-18 Thread Nicolas Pitre
On Tue, 18 Sep 2007, Rene Herman wrote: On 09/18/2007 06:03 PM, Nicolas Pitre wrote: On Tue, 18 Sep 2007, Rene Herman wrote: Hi Nicolas. Given that it's not checking for signals, I believe this one should be an uninterruptible sleep instead? Probably. Thanks. Should I

Re: [PATCH] ucb1400_ts.c -- replace an interruptible sleep with an uninterruptible one

2007-09-18 Thread Dmitry Torokhov
On 9/18/07, Nicolas Pitre [EMAIL PROTECTED] wrote: On Tue, 18 Sep 2007, Rene Herman wrote: On 09/18/2007 06:03 PM, Nicolas Pitre wrote: On Tue, 18 Sep 2007, Rene Herman wrote: Hi Nicolas. Given that it's not checking for signals, I believe this one should be an