Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b67cd424 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

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: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4e4fd689
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -970,7 +970,6 @@ static void pci9111_detach(struct comedi_device *dev)
	if (pcidev) {
		if (dev->iobase)
			comedi_pci_disable(pcidev);
		pci_dev_put(pcidev);
	}
}