diff options
| author | H Hartley Sweeten <hsweeten@visionengravers.com> | 2015-10-13 02:07:10 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-13 20:26:19 +0300 |
| commit | e9d8e8d4c4e869b321f1ddf0349144773c059de8 (patch) | |
| tree | 64b0bd67e3efd9c90cce3562e39547315cc25cd5 | |
| parent | b93c2862b95d4c4021aeaf6c18b89e11e245ebab (diff) | |
| download | linux-e9d8e8d4c4e869b321f1ddf0349144773c059de8.tar.xz | |
staging: comedi: cb_das16_cs: mode analog output comment
For aesthetics, move this comment to follow the format of the other
subdevices.
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>
| -rw-r--r-- | drivers/staging/comedi/drivers/cb_das16_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/drivers/cb_das16_cs.c b/drivers/staging/comedi/drivers/cb_das16_cs.c index 45db386331aa..24b61bf3ae1f 100644 --- a/drivers/staging/comedi/drivers/cb_das16_cs.c +++ b/drivers/staging/comedi/drivers/cb_das16_cs.c @@ -392,8 +392,8 @@ static int das16cs_auto_attach(struct comedi_device *dev, s->range_table = &das16cs_ai_range; s->insn_read = das16cs_ai_insn_read; + /* Analog Output subdevice */ s = &dev->subdevices[1]; - /* analog output subdevice */ if (board->has_ao) { s->type = COMEDI_SUBD_AO; s->subdev_flags = SDF_WRITABLE; |
