commit | 370261b85886e31722fc2ed5a9bab87ab9b26aa4 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <ravi@prevas.dk> | Thu Oct 03 23:27:55 2024 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Oct 23 06:52:38 2024 +0200 |
tree | 2cab57c782908a7de95d742925798413736300c6 | |
parent | f17ec0a238dd5fc19f43c0c45b299ca613ad6dfc [diff] |
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>