commit | 264601c231c9c9dec3da2c665c0b9cbec11d8c9e | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Mon Apr 22 18:36:11 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 23 10:41:51 2013 -0700 |
tree | 7f7fccaaf0224c15ad965d59b07d6d51e72434b2 | |
parent | 57d1ebf795a3cdde46ee30e4ad77b4ae02fa1569 [diff] |
staging: comedi: das800: remove extra divisor calculation call The comedi core always calls the (*do_cmdtest) function before it calls the (*do_cmd) function. The divisors were already calculated in das800_ai_do_cmdtest(), it is not necessary to calculate them again in das800_ai_do_cmd(). 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>