
9 Oct
2024
9 Oct
'24
3:52 a.m.
On Thu, 3 Oct 2024 at 15:29, Rasmus Villemoes ravi@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 ravi@prevas.dk
test/dm/wdt.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org