From: H Hartley Sweeten Date: Tue, 4 Mar 2014 18:29:24 +0000 (-0700) Subject: staging: comedi: pcl812: remove 'ai_neverending' from private data X-Git-Tag: v3.15-rc1~139^2~679 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be40b46d6a3aef823ab540f65f3f133426b47ced;p=pandora-kernel.git staging: comedi: pcl812: remove 'ai_neverending' from private data This member of the private data is not needed. We can check the stop_src to determine this information: ai_neverending -> cmd->stop_src == TRIG_NONE !ai_neverending -> 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