From: H Hartley Sweeten Date: Tue, 4 Mar 2014 18:29:26 +0000 (-0700) Subject: staging: comedi: pcl818: remove 'neverending_ai' from private data X-Git-Tag: v3.15-rc1~139^2~677 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00aba6e7b5653a6607238ecdab7172318059d984;p=pandora-kernel.git staging: comedi: pcl818: remove 'neverending_ai' from private data This member of the private data is not needed. We can check the stop_src to determine this information: neverending_ai -> cmd->stop_src == TRIG_NONE !neverending_ai -> cmd->stop_src == TRIG_COUNT Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed