mirror of https://gitee.com/openkylin/linux.git
staging: comedi: das16m1: remove an unnecessery comment
The configuration options are listed in the comedi comment block. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4a026c2ebb
commit
300b31c225
drivers/staging/comedi/drivers
|
@ -505,11 +505,6 @@ static int das16m1_irq_bits(unsigned int irq)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Options list:
|
|
||||||
* 0 I/O base
|
|
||||||
* 1 IRQ
|
|
||||||
*/
|
|
||||||
static int das16m1_attach(struct comedi_device *dev,
|
static int das16m1_attach(struct comedi_device *dev,
|
||||||
struct comedi_devconfig *it)
|
struct comedi_devconfig *it)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue