From: H Hartley Sweeten Date: Tue, 23 Apr 2013 01:36:11 +0000 (-0700) Subject: staging: comedi: das800: remove extra divisor calculation call X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=264601c231c9c9dec3da2c665c0b9cbec11d8c9e;p=pandora-kernel.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed