]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: dm: wdt: replace cyclic_run() by schedule()
authorRasmus Villemoes <ravi@prevas.dk>
Thu, 3 Oct 2024 21:27:55 +0000 (23:27 +0200)
committerStefan Roese <sr@denx.de>
Wed, 23 Oct 2024 04:52:38 +0000 (06:52 +0200)
commite3bc477e8038195b54bf50e7915b111e9c357cf0
tree2cab57c782908a7de95d742925798413736300c6
parent92957de3621ecc77f2bd1883a8fc33b8e598d964
test: dm: wdt: replace cyclic_run() by schedule()

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
test/dm/wdt.c