From: Ian Abbott Date: Wed, 20 Jan 2010 12:17:37 +0000 (+0000) Subject: pcl816: No need to check chanlist_len for AI command test. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d955f6f34766298f512271684c687867b048cc4c;p=comedi.git pcl816: No need to check chanlist_len for AI command test. --- diff --git a/comedi/drivers/pcl816.c b/comedi/drivers/pcl816.c index 4bb3c45b..4046cce5 100644 --- a/comedi/drivers/pcl816.c +++ b/comedi/drivers/pcl816.c @@ -558,14 +558,6 @@ static int pcl816_ai_cmdtest(comedi_device * dev, comedi_subdevice * s, } } - if (!cmd->chanlist_len) { - cmd->chanlist_len = 1; - err++; - } - if (cmd->chanlist_len > this_board->n_aichan) { - cmd->chanlist_len = this_board->n_aichan; - err++; - } if (cmd->scan_end_arg != cmd->chanlist_len) { cmd->scan_end_arg = cmd->chanlist_len; err++;