linux/drivers/pci/pcie
Betty Dall a82b6af37d PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()
The function aer_recover_queue() calls pci_get_domain_bus_and_slot(), which
requires that the caller decrement the reference count with pci_dev_put().
This patch adds the missing call to pci_dev_put().

Signed-off-by: Betty Dall <betty.dall@hp.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Shuah Khan <shuah.khan@hp.com>
CC: stable@vger.kernel.org
2013-01-13 15:46:18 -07:00
..
aer PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put() 2013-01-13 15:46:18 -07:00
aspm.c Merge branch 'pci/bjorn-pcie-cap' into next 2012-12-07 12:11:52 -07:00
Kconfig
Makefile
pme.c
portdrv_acpi.c
portdrv_bus.c
portdrv_core.c Merge branch 'pci/bjorn-pcie-cap' into next 2012-12-07 12:11:52 -07:00
portdrv_pci.c PCI/PM: Do not suspend port if any subordinate device needs PME polling 2012-12-26 10:39:23 -07:00
portdrv.h