On Fri, 2006-09-29 at 23:50 +0000, Frederik Deweerdt wrote: > + if (!pdev->irq) > + return -ENODEV; > + Don't I remember that 0 is a valid IRQ on some platforms? i.e. shouldn't this be if (pdev->irq == NO_IRQ) return -ENODEV; ? I think this won't quite work because only the platforms that actually have a valid zero irq define it, but there must be something else that works. James - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html