Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee99bcc7 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

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: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1c404be2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -345,7 +345,6 @@ static int s526_gpct_insn_config(struct comedi_device *dev,

	default:
		return -EINVAL;
		break;
	}

	return insn->n;