On 22/03/07 20:22 +1100, David Gibson wrote: > +static int uic_set_irq_type(unsigned int virq, unsigned int flow_type) > + case IRQ_TYPE_LEVEL_HIGH: > + trigger = 0; polarity = 1; > + break; > + case IRQ_TYPE_LEVEL_LOW: > + trigger = 0; polarity = 1; Is this intended to be the same? Domen