commit | a82b6af37d20bfe6e99a4d890f1cf1d89059929f | [log] [tgz] |
---|---|---|
author | Betty Dall <betty.dall@hp.com> | Sun Jan 13 15:46:18 2013 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Sun Jan 13 15:46:18 2013 -0700 |
tree | 9afe438331bab9126b29ad1720caa0c797aa5139 | |
parent | d1c3ed669a2d452cacfb48c2d171a1f364dae2ed [diff] |
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