mirror of https://gitee.com/openkylin/linux.git
staging: comedi: adl_pci9111: remove pci_dev_put()
This driver no longer walks the pci bus to find the pci_dev. The pci_dev_put() is no longer needed. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4e4fd689ad
commit
b67cd42460
|
@ -970,7 +970,6 @@ static void pci9111_detach(struct comedi_device *dev)
|
||||||
if (pcidev) {
|
if (pcidev) {
|
||||||
if (dev->iobase)
|
if (dev->iobase)
|
||||||
comedi_pci_disable(pcidev);
|
comedi_pci_disable(pcidev);
|
||||||
pci_dev_put(pcidev);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue