PCI: release temporary reference in __nv_msi_ht_cap_quirk()
authorMyron Stowe <myron.stowe@redhat.com>
Mon, 9 Jul 2012 21:36:08 +0000 (15:36 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 9 Jul 2012 22:43:27 +0000 (16:43 -0600)
commitdff3aef7139ce1be190be6d13505a35d5c7c0c3c
tree4adcfd11b83f1ceff89b8eebd69b67b99e9550d8
parent2729d5b18df363167d0c0be428876f3c07d2617b
PCI: release temporary reference in __nv_msi_ht_cap_quirk()

__nv_msi_ht_cap_quirk() acquires a temporary reference via
'pci_get_bus_and_slot()' that is never released.

This patch releases the temporary reference.

Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/quirks.c