From: Bjorn Helgaas Date: Wed, 28 Sep 2005 20:03:08 +0000 (-0600) Subject: [PATCH] cpqphp: add pci_enable_device() X-Git-Tag: v2.6.15-rc1~731^2~22^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe89cf4c4b7a3d9a0ff95eb0506aa7c9baaccda1;p=pandora-kernel.git [PATCH] cpqphp: add pci_enable_device() Add pci_{enable,disable}_device() calls. Without pci_enable_device(), dev->irq is garbage, and cpqphp relies on it. This fixes a problem reported by Bruno Redondi. He reported a flood of ACPI interrupts, that caused kacpid to run 100% of the time: http://bugzilla.kernel.org/show_bug.cgi?id=5312 Signed-off-by: Bjorn Helgaas Signed-off-by: Greg Kroah-Hartman drivers/pci/hotplug/cpqphp_core.c | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) --- Reading git-diff-tree failed