[PATCH 06/13] test: dm: wdt: replace cyclic_run() by schedule()

Simon Glass sjg at chromium.org
Wed Oct 9 03:52:42 CEST 2024


On Thu, 3 Oct 2024 at 15:29, Rasmus Villemoes <ravi at 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 at prevas.dk>
> ---
>  test/dm/wdt.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list