|
@@ -322,7 +322,7 @@ static int hpet_next_event(unsigned long delta,
|
|
* what we wrote hit the chip before we compare it to the
|
|
* what we wrote hit the chip before we compare it to the
|
|
* counter.
|
|
* counter.
|
|
*/
|
|
*/
|
|
- WARN_ON((u32)hpet_readl(HPET_T0_CMP) != cnt);
|
|
|
|
|
|
+ WARN_ON_ONCE((u32)hpet_readl(HPET_T0_CMP) != cnt);
|
|
|
|
|
|
return (s32)((u32)hpet_readl(HPET_COUNTER) - cnt) >= 0 ? -ETIME : 0;
|
|
return (s32)((u32)hpet_readl(HPET_COUNTER) - cnt) >= 0 ? -ETIME : 0;
|
|
}
|
|
}
|