commit | 4966bfa1b3347ee75e6d93859a2e8ce9a662390c | [log] [tgz] |
---|---|---|
author | Wei Yang <weiyang@linux.vnet.ibm.com> | Wed Apr 23 10:26:33 2014 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 28 13:11:20 2014 +1000 |
tree | d2a9d07d0dd88c0f7049b1f6c90ff499add668b4 | |
parent | 3f28c5af3964c11e61e9a58df77cae5ebdb8209e [diff] |
powerpc/powernv: Release the refcount for pci_dev On PowerNV platform, we are holding an unnecessary refcount on a pci_dev, which leads to the pci_dev is not destroyed when hotplugging a pci device. This patch release the unnecessary refcount. Signed-off-by: Wei Yang <weiyang@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>