On Wed, 19 Jul 2006, David Miller wrote: > From: Raymond Burns <rayburns@xxxxxxxxxxx> > Date: Wed, 19 Jul 2006 19:50:18 -0700 (PDT) > > The zilog_irq starts out with the value -1. If we probe any zilog > devices it will be set to the IRQ of that device, and therefore it > will be something other than -1 if we have an IRQ handler to register. Then should zs_probe not be calling request_irq() when it sets zilog_irq to op->irqs[0] currently zsprobe calls request_irq() when static_irq is 1 allocating static_irqaction[1] to the irq zilog_irq. sunzilog_init() then calls request_irq() a second time assigning the same irq with the next static_irq, static_irqaction[2] Thanx Ray - To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html