mirror of https://gitee.com/openkylin/linux.git
staging: comedi: das16: fix a > 80 char line issue
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
f2e92ee1af
commit
0541144e80
|
@ -784,7 +784,8 @@ static int das16_cmd_exec(struct comedi_device *dev, struct comedi_subdevice *s)
|
|||
byte = 0;
|
||||
if (devpriv->can_burst) {
|
||||
if (cmd->convert_src == TRIG_NOW) {
|
||||
outb(DAS1600_BURST_VAL, dev->iobase + DAS1600_BURST_REG);
|
||||
outb(DAS1600_BURST_VAL,
|
||||
dev->iobase + DAS1600_BURST_REG);
|
||||
/* set burst length */
|
||||
byte |= DAS16_PACER_BURST_LEN(cmd->chanlist_len - 1);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue