Staging: comedi: adv_pci1710: Remove unneeded chanlist_len check
authorIan Abbott <abbotti@mev.co.uk>
Wed, 20 Jan 2010 13:04:48 +0000 (13:04 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:42:48 +0000 (16:42 -0800)
commit8f87b832dea11dd00f6a30aaaf934c5c93556cfe
treef7f2d195813edc2de7fcdb46057f3da699275485
parent61283d227c6b39e30afc6346db099521b0b64fa1
Staging: comedi: adv_pci1710: Remove unneeded chanlist_len check

For AI command testing, the driver does not need to range-check
the length of the channel list as the comedi core has already
checked it.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/adv_pci1710.c