From: Betty Dall Date: Sun, 13 Jan 2013 22:46:18 +0000 (-0700) Subject: PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put() X-Git-Tag: v3.2.38~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4dca1575d32be2bf92b3e4501e97a0755edec67;p=pandora-kernel.git PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put() commit a82b6af37d20bfe6e99a4d890f1cf1d89059929f upstream. 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 Signed-off-by: Bjorn Helgaas Reviewed-by: Shuah Khan Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed