[POWERPC] Fix PCI device channel state initialization
authorLinas Vepstas <linas@austin.ibm.com>
Tue, 19 Dec 2006 20:00:34 +0000 (14:00 -0600)
committerPaul Mackerras <paulus@samba.org>
Wed, 20 Dec 2006 05:37:49 +0000 (16:37 +1100)
Initialize the pci device pci channel state. This is critical
for having the pci_channel_offline() routine (in pci.h) to
function correctly.

Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pci_64.c

index a6b7692..73c59ec 100644 (file)
@@ -360,6 +360,7 @@ struct pci_dev *of_create_pci_dev(struct device_node *node,
        DBG("    class: 0x%x\n", dev->class);
 
        dev->current_state = 4;         /* unknown power state */
+       dev->error_state = pci_channel_io_normal;
 
        if (!strcmp(type, "pci") || !strcmp(type, "pciex")) {
                /* a PCI-PCI bridge */