From: Yinghai Lu Date: Sat, 3 Mar 2012 21:29:20 +0000 (-0800) Subject: PNPACPI: Fix device ref leaking in acpi_pnp_match X-Git-Tag: v3.2.15~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c9a4a9ae67f4f593664aabbedf006d445d2cbc3;p=pandora-kernel.git PNPACPI: Fix device ref leaking in acpi_pnp_match commit 89e96ada572fb216e582dbe3f64e1a6939a37f74 upstream. During testing pci root bus removal, found some root bus bridge is not freed. If booting with pnpacpi=off, those hostbridge could be freed without problem. It turns out that some devices reference are not released during acpi_pnp_match. that match should not hold one device ref during every calling. Add pu_device calling before returning. Signed-off-by: Yinghai Lu Signed-off-by: Len Brown Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed