From: H Hartley Sweeten Date: Tue, 4 Nov 2014 17:54:29 +0000 (-0700) Subject: staging: comedi: addi_apci_3120: remove private data 'ui_EocEosConversionTime' X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~310 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ad4793a7c8ae2c347f86427a82c1f04bc80fc6;p=pandora-kernel.git staging: comedi: addi_apci_3120: remove private data 'ui_EocEosConversionTime' This driver tries to be tricky and allow passing an analog input conversion time for the (*insn_read) in the (*insn_config). The (*insn_config) doesn't follow the comedi API and this programmable conversion time is not part of the API for (*insn_read) operations. Remove the member from the private data and use a fixed 10us (10000ns) conversion time in the (*insn_read). Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed