staging: comedi: ni_tiocmd: checkpatch.pl cleanup (break is 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
89660697cb
commit
1c6820bc16
1 changed files with 0 additions and 1 deletions
|
@ -342,7 +342,6 @@ static int should_ack_gate(struct ni_gpct *counter)
|
||||||
in register-level manual) */
|
in register-level manual) */
|
||||||
case ni_gpct_variant_660x:
|
case ni_gpct_variant_660x:
|
||||||
return 1;
|
return 1;
|
||||||
break;
|
|
||||||
case ni_gpct_variant_e_series:
|
case ni_gpct_variant_e_series:
|
||||||
spin_lock_irqsave(&counter->lock, flags);
|
spin_lock_irqsave(&counter->lock, flags);
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue