x86/PCI: pci quirks, fix pci refcounting
authorJiri Slaby <jirislaby@gmail.com>
Tue, 8 Sep 2009 10:16:18 +0000 (12:16 +0200)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 9 Sep 2009 21:11:02 +0000 (14:11 -0700)
commit748df9a4c65625c386674c9b54dde73de6cc5af5
tree016906f663e6c0c9da439882d711902f39a26781
parent28760489a3f1e136c5ae8581c0fa8f63511f2f4c
x86/PCI: pci quirks, fix pci refcounting

Stanse found a pci reference leak in quirk_amd_nb_node.
Instead of putting nb_ht, there is a put of dev passed as
an argument.

http://stanse.fi.muni.cz/

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/x86/kernel/quirks.c