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:
H Hartley Sweeten 2014-07-16 10:43:27 -07:00 committed by Greg Kroah-Hartman
parent 1c404be2b3
commit ee99bcc75d

View file

@ -345,7 +345,6 @@ static int s526_gpct_insn_config(struct comedi_device *dev,
default:
return -EINVAL;
break;
}
return insn->n;