Jeff Garzik wrote: > > + SET_MODULE_OWNER(dev); > > irq = pdev->irq; > One question: The code copies 'pdev->irq' into 'dev->irq'. Is that required, who need 'dev->irq'? > retval = request_irq(dev->irq, &intr_handler, SA_SHIRQ, dev->name, dev); Can't the driver use? retval = request_irq(np->pci_dev->irq) -- Manfred - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- [PATCH] starfire reads irq before pci_enable_device. davej
- Re: [PATCH] starfire reads irq before pci_enable_devic... davej
- Re: [PATCH] starfire reads irq before pci_enable_d... Jeff Garzik
- Re: [PATCH] starfire reads irq before pci_enab... Manfred Spraul
- Re: [PATCH] starfire reads irq before pci_... Jeff Garzik
- Re: [PATCH] starfire reads irq before pci_enab... Ion Badulescu
- Re: [PATCH] starfire reads irq before pci_... Jeff Garzik
- Re: [PATCH] starfire reads irq before... Ion Badulescu
- Re: [PATCH] starfire reads irq be... Manfred Spraul
- Re: [PATCH] starfire reads ir... Ion Badulescu
- Re: [PATCH] starfire reads ir... Jes Sorensen
- Re: [PATCH] starfire reads ir... Ion Badulescu
- Re: [PATCH] starfire reads ir... Jes Sorensen
- Re: [PATCH] starfire reads ir... Ion Badulescu