On 19-09-22, 09:58, Dave Jiang wrote: > User reports observing timer event report channel halted but no error > observed in CHANERR register. The driver finished self-test and released > channel resources. Debug shows that __cleanup() can call > mod_timer() after the timer has been deleted and thus resurrect the > timer. While harmless, it causes suprious error message to be emitted. > Use mod_timer_pending() call to prevent deleted timer from being > resurrected. Applied, thanks -- ~Vinod