]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] acpiphp: configure _PRT - V3
authorMUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
Wed, 22 Mar 2006 05:49:09 +0000 (14:49 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 19 Jun 2006 21:13:21 +0000 (14:13 -0700)
commit92c9be95549632da09088320f202fa5c05b21ddf
tree744691b15a41c90f9eb6747aff01396c55222834
parente55dea58c5609aece6156a6cd2306b820a7794ef
[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 <muneda.takahiro@jp.fujitsu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/acpiphp_glue.c