Re: [patch 1/4] drivers/char/ip2/i2lib.c: replace direct assignment with set_current_state()

2005-07-08 Thread Nish Aravamudan
On 7/8/05, Andrew Morton <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > > @@ -655,7 +655,7 @@ i2QueueCommands(int type, i2ChanStrPtr p > > timeout--; // So negative values == forever > > > > if (!in_interrupt()) { > > I worry about what this drive

Re: [patch 1/4] drivers/char/ip2/i2lib.c: replace direct assignment with set_current_state()

2005-07-08 Thread Andrew Morton
[EMAIL PROTECTED] wrote: > > @@ -655,7 +655,7 @@ i2QueueCommands(int type, i2ChanStrPtr p > timeout--; // So negative values == forever > > if (!in_interrupt()) { I worry about what this driver is trying to do... > - current

[patch 1/4] drivers/char/ip2/i2lib.c: replace direct assignment with set_current_state()

2005-07-07 Thread domen
From: Christophe Lucas <[EMAIL PROTECTED]> Use set_current_state() instead of direct assignment of current->state. Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- i2lib.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) In