Felipe,

> +
> +             for (module_irq = IH_TWL4030_PWRBASE; pwr_isr != 0;
> +                     module_irq++, pwr_isr >>= 1) {
> +                     if (pwr_isr & 1) {
> +                             irq_desc_t *d = irq_desc + module_irq;
> +                             d->handle_irq(module_irq, d);

There is a missing } here.

> +             }
> +
> +             local_irq_disable();
> +             desc->chip->unmask(irq);
> +     }
> +}
> +

Cheers,

Peter.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to