staging: comedi: s526: checkpatch.pl cleanup (break not useful)
Fix the checkpatch.pl warning: WARNING: break is not useful after a goto or return Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1c404be2b3
commit
ee99bcc75d
1 changed files with 0 additions and 1 deletions
|
@ -345,7 +345,6 @@ static int s526_gpct_insn_config(struct comedi_device *dev,
|
|||
|
||||
default:
|
||||
return -EINVAL;
|
||||
break;
|
||||
}
|
||||
|
||||
return insn->n;
|
||||
|
|
Loading…
Add table
Reference in a new issue