From: H Hartley Sweeten Date: Fri, 20 Sep 2013 23:41:09 +0000 (-0700) Subject: staging: comedi: pcl711: remove unnecessary test of 'board->is_8112' X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~665 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=075eaef87ee880dbfed2bd3a8ff0ece1b05cdacf;p=pandora-kernel.git staging: comedi: pcl711: remove unnecessary test of 'board->is_8112' At the end of an asynchronous command, the analog input is returned to software triggered mode. For the non-8112 style boards the mode PCL711_MODE_DEFAULT and PCL711_MODE_SOFTTRIG are identical. Just set the mode to PCL711_MODE_SOFTTRIG and remove the test. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed