[PATCH] staging: comedi: adl_pci9111: remove pci_dev_put()

Greg KH gregkh at linuxfoundation.org
Tue Sep 11 21:05:19 UTC 2012


On Tue, Sep 11, 2012 at 01:54:21PM -0700, H Hartley Sweeten wrote:
> 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 at visionengravers.com>
> Cc: Ian Abbott <abbotti at mev.co.uk>
> ---
>  drivers/staging/comedi/drivers/adl_pci9111.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/staging/comedi/drivers/adl_pci9111.c b/drivers/staging/comedi/drivers/adl_pci9111.c
> index d2d072e..91efaa4 100644
> --- a/drivers/staging/comedi/drivers/adl_pci9111.c
> +++ b/drivers/staging/comedi/drivers/adl_pci9111.c
> @@ -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);

Nice catch!



More information about the devel mailing list