mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 18:04:38 -04:00
staging: comedi: adl_pci9118: rename Compute_and_setup_dma()
Rename this CamelCase function. 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:
committed by
Greg Kroah-Hartman
parent
7db6ed68ca
commit
eb12dfc93a
@@ -816,8 +816,8 @@ static int pci9118_ai_inttrig(struct comedi_device *dev,
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int Compute_and_setup_dma(struct comedi_device *dev,
|
||||
struct comedi_subdevice *s)
|
||||
static int pci9118_ai_setup_dma(struct comedi_device *dev,
|
||||
struct comedi_subdevice *s)
|
||||
{
|
||||
struct pci9118_private *devpriv = dev->private;
|
||||
struct comedi_cmd *cmd = &s->async->cmd;
|
||||
@@ -1141,7 +1141,7 @@ static int pci9118_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s)
|
||||
devpriv->ai_act_dmapos = 0;
|
||||
|
||||
if (devpriv->usedma) {
|
||||
Compute_and_setup_dma(dev, s);
|
||||
pci9118_ai_setup_dma(dev, s);
|
||||
|
||||
outl(0x02000000 | AINT_WRITE_COMPL,
|
||||
devpriv->iobase_a + AMCC_OP_REG_INTCSR);
|
||||
|
||||
Reference in New Issue
Block a user