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

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

staging: comedi: das08: 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: 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 d88e3da9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -452,7 +452,6 @@ static int das08_counter_config(struct comedi_device *dev,
		break;
	default:
		return -EINVAL;
		break;
	}
	return 2;
}