Staging: comedi: pcl818: Remove unneeded chanlist_len check
authorIan Abbott <abbotti@mev.co.uk>
Wed, 20 Jan 2010 13:04:51 +0000 (13:04 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:42:48 +0000 (16:42 -0800)
commit57ac827c9b17f2cc2f0f86c4fd43c3597c40253c
treebaee93fe70015d5167018de37edd8483a4e564d1
parent64a1f7bd56e0f26bd4dd621805facffde9fbb0a3
Staging: comedi: pcl818: 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/pcl818.c