From: H Hartley Sweeten Date: Wed, 16 Apr 2014 21:19:20 +0000 (-0700) Subject: staging: comedi: me4000: tidy up the chanlist checking X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1342 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=926e5073c788f1abfefe067c15b41107387b76ae;p=pandora-kernel.git staging: comedi: me4000: tidy up the chanlist checking The ai_check_chanlist() function validates that the cmd->chanlist is compatible with the hardware. This is step 5 of the (*do_cmdtest). For aesthetics, rename this function so it has namespace associated with the driver and tidy up the code. To minimize the noise, change the dev_err() to dev_dbg(). Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed