core: watchdog_set_timeout() doesn't need to return the timeout value used by the HW
authorFranck Bui <fbui@suse.com>
Mon, 6 Sep 2021 10:12:06 +0000 (12:12 +0200)
committerFranck Bui <fbui@suse.com>
Wed, 15 Sep 2021 08:56:26 +0000 (10:56 +0200)
commit2628b98f0ca511a0d454940399aeaae156d16eeb
tree145b8ee5943c3f5d6737baf73496d3c9fd64599c
parentae4a0ec45c97024387f150305ada14c9117116f4
core: watchdog_set_timeout() doesn't need to return the timeout value used by the HW

The manager currently doesn't need it and if it does in the future an helper
should probably be introduced instead.
src/core/main.c
src/core/manager.c
src/shared/watchdog.c
src/shared/watchdog.h
src/shutdown/shutdown.c
src/test/test-watchdog.c