commit | cad6daded3feed359b73cee8d1e0962bfac3059f | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Mon Aug 25 15:23:51 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Aug 30 13:20:51 2014 -0700 |
tree | 414f11948c19bbd4b8e723ba804e344e1b2ddb89 | |
parent | 0557344e21497fce9475dfe3f41fd92d57d8a274 [diff] |
staging: comedi: ni_mio_common: remove deadcode in ni_ai_insn_config() The previous mask by 0xf ensures that calib_source will not be > 0xf. Remove the dead code. Reported by: coverity Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>