From: H Hartley Sweeten Date: Wed, 12 Jun 2013 23:16:05 +0000 (-0700) Subject: staging: comedi: addi_apci_3xxx: remove 'b_AiInitialisation' from private data X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08be3097fa1597f13b97ab390b0e80ce07cb4796;p=pandora-kernel.git staging: comedi: addi_apci_3xxx: remove 'b_AiInitialisation' from private data This variable is set during the attach of the board and never cleared so the test in i_APCI3XXX_InsnReadAnalogInput() will always succeed. Just remove the variable to help with cleaning up this driver. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed