Re: [patch] staging: comedi: das16: remove a duplicate condition

2015-07-30 Thread Ian Abbott
On 29/07/15 22:36, Dan Carpenter wrote: We checked that "it->options[3]" was non-zero on the line before so there is no need to check again. Signed-off-by: Dan Carpenter diff --git a/drivers/staging/comedi/drivers/das16.c b/drivers/staging/comedi/drivers/das16.c index d7cf4b1..056bca9 100644

Re: [patch] staging: comedi: das16: remove a duplicate condition

2015-07-30 Thread Dan Carpenter
On Thu, Jul 30, 2015 at 09:18:56AM +0200, walter harms wrote: > > > Am 29.07.2015 23:36, schrieb Dan Carpenter: > > We checked that "it->options[3]" was non-zero on the line before so > > there is no need to check again. > > > > Signed-off-by: Dan Carpenter > > > > diff --git a/drivers/staging

Re: [patch] staging: comedi: das16: remove a duplicate condition

2015-07-30 Thread walter harms
Am 29.07.2015 23:36, schrieb Dan Carpenter: > We checked that "it->options[3]" was non-zero on the line before so > there is no need to check again. > > Signed-off-by: Dan Carpenter > > diff --git a/drivers/staging/comedi/drivers/das16.c > b/drivers/staging/comedi/drivers/das16.c > index d7cf

RE: [patch] staging: comedi: das16: remove a duplicate condition

2015-07-29 Thread Hartley Sweeten
On Wednesday, July 29, 2015 2:37 PM, Dan Carpenter wrote: > We checked that "it->options[3]" was non-zero on the line before so > there is no need to check again. > > Signed-off-by: Dan Carpenter v > diff --git a/drivers/staging/comedi/drivers/das16.c > b/drivers/staging/comedi/drivers/das16.c >