staging: comedi: amplc_pci230: fix checkpatch line over 80 characters
Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0af871dbb7
commit
1446b44bed
1 changed files with 2 additions and 4 deletions
|
@ -664,10 +664,8 @@ static inline void pci230_ao_write_nofifo(struct comedi_device *dev,
|
||||||
devpriv->ao_readback[chan] = datum;
|
devpriv->ao_readback[chan] = datum;
|
||||||
|
|
||||||
/* Write mangled datum to appropriate DACOUT register. */
|
/* Write mangled datum to appropriate DACOUT register. */
|
||||||
outw(pci230_ao_mangle_datum(dev, datum), dev->iobase + (((chan) == 0)
|
outw(pci230_ao_mangle_datum(dev, datum),
|
||||||
? PCI230_DACOUT1
|
dev->iobase + (((chan) == 0) ? PCI230_DACOUT1 : PCI230_DACOUT2));
|
||||||
:
|
|
||||||
PCI230_DACOUT2));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void pci230_ao_write_fifo(struct comedi_device *dev,
|
static inline void pci230_ao_write_fifo(struct comedi_device *dev,
|
||||||
|
|
Loading…
Add table
Reference in a new issue