From: Bjorn Helgaas Date: Wed, 28 Sep 2005 21:15:16 +0000 (-0600) Subject: [PATCH] cpcihp_zt5550: add pci_enable_device() X-Git-Tag: v2.6.15-rc1~731^2~22^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8920f0c8b3b42537ab4a54ff92c11daf48fdfec;p=pandora-kernel.git [PATCH] cpcihp_zt5550: add pci_enable_device() Add pci_{enable,disable}_device() calls. Without pci_enable_device(), dev->irq is garbage, and cpcihp_zt5550 relies on it. Compiled but untested, since I don't have the hardware. Signed-off-by: Bjorn Helgaas Signed-off-by: Scott Murray Signed-off-by: Greg Kroah-Hartman drivers/pci/hotplug/cpcihp_zt5550.c | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) --- Reading git-diff-tree failed