summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2012-10-24 15:47:48 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-24 22:25:10 (GMT)
commit8e17cfbaa0b6ffa839028661327a17020cc53d2d (patch)
tree37254eccac2400b6d0e97d2a268cf96a0ec51336
parentf34e08f54f078cb4911962b43c2bd16c2f8ccce3 (diff)
downloadlinux-fsl-qoriq-8e17cfbaa0b6ffa839028661327a17020cc53d2d.tar.xz
staging: comedi: amplc_dio200: no need to set hw_dev
The call to `comedi_set_hw_dev()` from `dio200_pci_common_attach()` is now unnecessary since `dio200_pci_common_attach()` is now only called from this driver's `attach_pci` hook `dio200_attach_pci()` and the comedi core now calls `comedi_set_hw_dev()` before calling that. Remove the unnecessary call. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/comedi/drivers/amplc_dio200.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/amplc_dio200.c b/drivers/staging/comedi/drivers/amplc_dio200.c
index 06550c9..2c39dc5 100644
--- a/drivers/staging/comedi/drivers/amplc_dio200.c
+++ b/drivers/staging/comedi/drivers/amplc_dio200.c
@@ -1259,8 +1259,6 @@ static int dio200_pci_common_attach(struct comedi_device *dev,
unsigned long iobase;
int ret;
- comedi_set_hw_dev(dev, &pci_dev->dev);
-
ret = comedi_pci_enable(pci_dev, DIO200_DRIVER_NAME);
if (ret < 0) {
dev_err(dev->class_dev,