Hi Christophe, On Sat, 2022-12-31 at 16:02 +0100, Christophe JAILLET wrote: > The devm_clk_get_enabled() helper: > - calls devm_clk_get() > - calls clk_prepare_enable() and registers what is needed in order to > call clk_disable_unprepare() when needed, as a managed resource. > > This simplifies the code and avoids the need of a dedicated function used > with devm_add_action_or_reset(). > > Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > --- > drivers/watchdog/realtek_otto_wdt.c | 17 ++--------------- > 1 file changed, 2 insertions(+), 15 deletions(-) Good to see more concise code here. Thanks! FWIW Acked-by: Sander Vanheule <sander@xxxxxxxxxxxxx> Best, Sander