RE: [PATCH v2] clocksource/fsl: Fix errata A-007728 for flextimer

From: Meng Yi
Date: Wed Sep 21 2016 - 23:59:12 EST



> > __iomem *base)
> >
> > static inline void ftm_irq_acknowledge(void __iomem *base) {
> > - u32 val;
> > + unsigned long timeout = jiffies + msecs_to_jiffies(100);
>
> Do you expect the jiffies to be updated when we are in the timer irq handler ?
>

Oops, my bad. Will correct that using "for" loop.

Thanks,
Meng