[linux-usb-devel] Re: [patch 1/2] class/usblp: cleanup usblp_write()

2005-03-07 Thread Vojtech Pavlik
On Mon, Mar 07, 2005 at 06:23:05PM -0800, Nishanth Aravamudan wrote: > On Sun, Mar 06, 2005 at 11:30:48PM +0100, [EMAIL PROTECTED] wrote: > > > > > > The while-loop seemed excessively blocked with > > conditionals. By reorganizing the code so timeout is the condition for > > the loop and changing

[linux-usb-devel] Re: [patch 1/2] class/usblp: cleanup usblp_write()

2005-03-07 Thread Nishanth Aravamudan
On Sun, Mar 06, 2005 at 11:30:48PM +0100, [EMAIL PROTECTED] wrote: > > > The while-loop seemed excessively blocked with > conditionals. By reorganizing the code so timeout is the condition for > the loop and changing the checks within the loop, several lines of code > were removed. > > Signed-of

[linux-usb-devel] Re: [patch 1/2] class/usblp: cleanup usblp_write()

2005-03-07 Thread Nishanth Aravamudan
On Sun, Mar 06, 2005 at 11:30:48PM +0100, [EMAIL PROTECTED] wrote: > > > The while-loop seemed excessively blocked with > conditionals. By reorganizing the code so timeout is the condition for > the loop and changing the checks within the loop, several lines of code > were removed. > > Signed-of