]> Pileus Git - ~andy/linux/commit
staging: comedi: das08: No need to check insn->n for counter config
authorIan Abbott <abbotti@mev.co.uk>
Fri, 31 Aug 2012 19:41:40 +0000 (20:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 19:00:42 +0000 (12:00 -0700)
commitf8165b7d49e4dc4c47cf944f136a9c9967beb24e
tree3e075fc09f1395343586e5ffb623baea2f6fa5b4
parent4d31848a737206fc2d309aa4f37c4f390182fda2
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 <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das08.c