From: H Hartley Sweeten Date: Thu, 18 Sep 2014 18:35:36 +0000 (-0700) Subject: staging: comedi: pcl711: use comedi_handle_events() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~1145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=421c600dc408e98035ec7f297133f96e37d21d29;p=pandora-kernel.git staging: comedi: pcl711: use comedi_handle_events() Use comedi_handle_events() to automatically (*cancel) the async command for an end-of-acquisition or if an error/overflow occurs. The pcl711_ai_set_mode() call when the end-of-acquisition is detected can then be removed. The (*cancel) does the same thing. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed