From f8165b7d49e4dc4c47cf944f136a9c9967beb24e Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Fri, 31 Aug 2012 20:41:40 +0100 Subject: [PATCH] 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-format-patch failed