On Sat, 6 Jul 2013, Heiko Stübner wrote:
> -     dw_ced->eoi = apbt_eoi;
> +     if (quirks & APBTMR_QUIRK_NO_EOI)
> +             dw_ced->eoi = apbt_eoi_int_status;
> +     else
> +             dw_ced->eoi = apbt_eoi;

No again. This has nothing to do with quirks. We use quirks for
workarounds and not for refactoring of code.

Thanks,

        tglx

Reply via email to