Commit f1f4ce64 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: adv_pci1710: rename pci171x_insn_counter_config()

Rename this function so it has namespace associated with the driver.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 96d57c15
...@@ -668,7 +668,7 @@ static int pci171x_ai_cmdtest(struct comedi_device *dev, ...@@ -668,7 +668,7 @@ static int pci171x_ai_cmdtest(struct comedi_device *dev,
return 0; return 0;
} }
static int pci171x_insn_counter_config(struct comedi_device *dev, static int pci1710_counter_insn_config(struct comedi_device *dev,
struct comedi_subdevice *s, struct comedi_subdevice *s,
struct comedi_insn *insn, struct comedi_insn *insn,
unsigned int *data) unsigned int *data)
...@@ -857,7 +857,7 @@ static int pci1710_auto_attach(struct comedi_device *dev, ...@@ -857,7 +857,7 @@ static int pci1710_auto_attach(struct comedi_device *dev,
s = &dev->subdevices[subdev]; s = &dev->subdevices[subdev];
comedi_8254_subdevice_init(s, dev->pacer); comedi_8254_subdevice_init(s, dev->pacer);
dev->pacer->insn_config = pci171x_insn_counter_config; dev->pacer->insn_config = pci1710_counter_insn_config;
/* counters 1 and 2 are used internally for the pacer */ /* counters 1 and 2 are used internally for the pacer */
comedi_8254_set_busy(dev->pacer, 1, true); comedi_8254_set_busy(dev->pacer, 1, true);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment