Re: [PATCH] de214x.c uses uninitialized pci_dev->irq

2005-02-11 Thread Jeff Garzik
applied - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] de214x.c uses uninitialized pci_dev-irq

2005-02-11 Thread Jeff Garzik
applied - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] de214x.c uses uninitialized pci_dev->irq

2005-02-07 Thread Bjorn Helgaas
Don't use pci_dev->irq until after pci_enable_device(). Andy Esten reported that his NIC stopped working in 2.6.10 because of this problem. Signed-off-by: Bjorn Helgaas <[EMAIL PROTECTED]> = drivers/net/tulip/de2104x.c 1.33 vs edited = --- 1.33/drivers/net/tulip/de2104x.c2004-10-25

[PATCH] de214x.c uses uninitialized pci_dev-irq

2005-02-07 Thread Bjorn Helgaas
Don't use pci_dev-irq until after pci_enable_device(). Andy Esten reported that his NIC stopped working in 2.6.10 because of this problem. Signed-off-by: Bjorn Helgaas [EMAIL PROTECTED] = drivers/net/tulip/de2104x.c 1.33 vs edited = --- 1.33/drivers/net/tulip/de2104x.c2004-10-25