From: H Hartley Sweeten Date: Thu, 30 Oct 2014 18:21:54 +0000 (-0700) Subject: staging: comedi: drivers do not need to reset the async->cur_chan X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~466 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7d3de75cf00574f8d360d51d0e1beb3c561cc89;p=pandora-kernel.git staging: comedi: drivers do not need to reset the async->cur_chan The comedi core calls comedi_buf_reset() before starting an async command (*do_cmd) and after returning a subdevice to an idle state (*cancel). The drivers do not need to reset the async->cur_chan in those functions. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed