[PATCH] acpiphp: fix bridge handle
authorMUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
Fri, 24 Feb 2006 08:46:04 +0000 (17:46 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 23 Mar 2006 22:35:15 +0000 (14:35 -0800)
commit0cccd0c20677e8a9da40018632f1b6c487ba2bd5
tree76a6c9b8c96034d877c7074eb64c7156ade27b0f
parente27da3814170385a4d2797397d706e554635812d
[PATCH] acpiphp: fix bridge handle

When hotplug slot is under the host bridge,
DEVICE_ACPI_HANDLE(&bus->self->dev) fails since '&bus->self' was not set.
This patch fixes it.

This patch is based on kristen's latest patches.
I tested this patch on my Tiger4.

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