On Thu, 3 Oct 2024 at 15:29, Rasmus Villemoes <r...@prevas.dk> wrote: > > This is the last place outside of cyclic.c that references > cyclic_run() directly. Replace by schedule(), so that cyclic_run() can > be made private. This also better matches what I believe commit > 29caf9305b6f ("cyclic: Use schedule() instead of WATCHDOG_RESET()") > intended to do. > > Signed-off-by: Rasmus Villemoes <r...@prevas.dk> > --- > test/dm/wdt.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>