From: H Hartley Sweeten Date: Wed, 16 Apr 2014 21:19:19 +0000 (-0700) Subject: staging: comedi: ni_mio_common: factor out chanlist checking from (*do_cmdtest) X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1343 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368c2dcd2e311bb31deb96024d260f6dec7b3f86;p=pandora-kernel.git staging: comedi: ni_mio_common: factor out chanlist checking from (*do_cmdtest) Step 5 of the (*do_cmdtest) validates that the cmd->chanlist is compatible with the hardware. Remove the unnecessary step 5 code in the analog output async command support. For aesthetics, factor out the step 5 code for the "cdio" async command support. Tidy up the factored out code. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed