Skip to content
Commit a82b6af3 authored by Betty Dall's avatar Betty Dall Committed by Bjorn Helgaas
Browse files

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: default avatarBetty Dall <betty.dall@hp.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: default avatarShuah Khan <shuah.khan@hp.com>
CC: stable@vger.kernel.org
parent d1c3ed66
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment