staging: comedi: usbdux: remove deadcode in pcl726_intr_cmdtest()
Reported by: coverity Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
25e9398734
commit
e24e9216ed
@ -189,9 +189,6 @@ static int pcl726_intr_cmdtest(struct comedi_device *dev,
|
||||
/* Step 2a : make sure trigger sources are unique */
|
||||
/* Step 2b : and mutually compatible */
|
||||
|
||||
if (err)
|
||||
return 2;
|
||||
|
||||
/* Step 3: check if arguments are trivially valid */
|
||||
|
||||
err |= cfc_check_trigger_arg_is(&cmd->start_arg, 0);
|
||||
@ -203,10 +200,9 @@ static int pcl726_intr_cmdtest(struct comedi_device *dev,
|
||||
if (err)
|
||||
return 3;
|
||||
|
||||
/* step 4: ignored */
|
||||
/* Step 4: fix up any arguments */
|
||||
|
||||
if (err)
|
||||
return 4;
|
||||
/* Step 5: check channel list if it exists */
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user