From: Ian Abbott Date: Fri, 31 Aug 2012 19:41:40 +0000 (+0100) Subject: staging: comedi: das08: No need to check insn->n for counter config X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~805 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8165b7d49e4dc4c47cf944f136a9c9967beb24e;p=pandora-kernel.git staging: comedi: das08: No need to check insn->n for counter config There is no need to check the value of `insn->n` is correct in `das08_counter_config()` as the core comedi module will have already checked it. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed