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.4-rc1~18^2~3^7~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e96ada572fb216e582dbe3f64e1a6939a37f74;p=pandora-kernel.git PNPACPI: Fix device ref leaking in acpi_pnp_match 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 Cc: stable@vger.kernel.org Signed-off-by: Len Brown --- Reading git-diff-tree failed