Commit 06b819ee authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: pcl726: remove unnecessary comments in boardinfo definition

The variable names provided enough information.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 310923b7
......@@ -109,9 +109,9 @@ static const struct comedi_lrange *const rangelist_728[] = {
};
struct pcl726_board {
const char *name; /* driver name */
int n_aochan; /* num of D/A chans */
unsigned int io_range; /* len of IO space */
const char *name;
int n_aochan;
unsigned int io_range;
unsigned int irq_mask;
unsigned int have_dio:1;
unsigned int is_pcl727:1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment