mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: comedi: das16: use comedi_bytes_per_scan()
This inline function is just a wrapper around comedi_bytes_per_scan(). 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
36df06978a
commit
1b8db39fd9
@ -764,7 +764,7 @@ static int das16_cmd_exec(struct comedi_device *dev, struct comedi_subdevice *s)
|
||||
return -1;
|
||||
}
|
||||
|
||||
devpriv->adc_byte_count = cmd->stop_arg * cfc_bytes_per_scan(s);
|
||||
devpriv->adc_byte_count = cmd->stop_arg * comedi_bytes_per_scan(s);
|
||||
|
||||
if (devpriv->can_burst)
|
||||
outb(DAS1600_CONV_DISABLE, dev->iobase + DAS1600_CONV_REG);
|
||||
|
Loading…
Reference in New Issue
Block a user