From: MUNEDA Takahiro Date: Wed, 22 Mar 2006 05:49:09 +0000 (+0900) Subject: [PATCH] acpiphp: configure _PRT - V3 X-Git-Tag: v2.6.18-rc1~858^2~135^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92c9be95549632da09088320f202fa5c05b21ddf;p=pandora-kernel.git [PATCH] acpiphp: configure _PRT - V3 Current acpiphp does not free acpi_device structs when the PCI devices are removed. When the PCI device is added, acpi_bus_add() fails because acpi_device struct has already exists. So, _PRT method does not evaluate. This patch fixes this issue. Signed-off-by: MUNEDA Takahiro Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed