From: Ian Abbott Date: Thu, 23 Jul 2015 15:47:01 +0000 (+0100) Subject: staging: comedi: usbduxsigma: remove unused "convert" timing for AO X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~382 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57befc33af0243e9b3835d46ab836406256f5dd4;p=pandora-kernel.git staging: comedi: usbduxsigma: remove unused "convert" timing for AO The `cmdtest` and `cmd` handlers for the AO subdevice (`usbduxsigma_ao_cmdtest()` and `usbduxsigma_ao_cmd()`) support "scan" timing of commands with all channels updated every "scan" period. There is some disabled code to use "convert" timing in high speed mode. That would allow channels to be updated sequentially every "convert" period. Since that code is incomplete and currently disabled, remove it to simplify the existing code. Signed-off-by: Ian Abbott Reviewed-by: Bernd Porr Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed