From: H Hartley Sweeten Date: Wed, 12 Jun 2013 23:21:53 +0000 (-0700) Subject: staging: comedi: addi_apci_3xxx: remove 'b_SingleDiff' private data X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=040540763b5729b99e24c118d4343f489a00b456;p=pandora-kernel.git staging: comedi: addi_apci_3xxx: remove 'b_SingleDiff' private data The analog reference desired for the acquisition is stored in the insn->chanspec that is passed to the (*insn_read) function. There is no need to use a private data variable to hold the desired analog reference that is set in the (*insn_config). Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed