RE: [PATCH v6] Staging: comedi: convert while loop to timeout in ni_mio_common.c

2014-01-15 Thread Hartley Sweeten
On Wednesday, January 15, 2014 10:52 AM, Chase Southwood wrote: > This patch for ni_mio_common.c changes out a while loop for a timeout, > which is preferred. > > Signed-off-by: Chase Southwood > --- > > 2: Changed from simple clean-up to swapping a timeout in for a while loop. > > 3: Removed

RE: [PATCH v6] Staging: comedi: convert while loop to timeout in ni_mio_common.c

2014-01-15 Thread Hartley Sweeten
On Wednesday, January 15, 2014 10:52 AM, Chase Southwood wrote: This patch for ni_mio_common.c changes out a while loop for a timeout, which is preferred. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- 2: Changed from simple clean-up to swapping a timeout in for a while loop.