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

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
...@@ -452,7 +452,6 @@ static int das08_counter_config(struct comedi_device *dev, ...@@ -452,7 +452,6 @@ static int das08_counter_config(struct comedi_device *dev,
break; break;
default: default:
return -EINVAL; return -EINVAL;
break;
} }
return 2; return 2;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment