diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2022-12-31 18:02:17 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2023-02-12 17:32:46 +0300 |
commit | 3c22939eb345952b5c814df9cc6f9b2d56982453 (patch) | |
tree | 0d108b172074d00036935a842a6b5d2b02cbab0c /lib/flex_proportions.c | |
parent | a224764f97d28f1132cab02b79ae4c08a6de471e (diff) | |
download | linux-3c22939eb345952b5c814df9cc6f9b2d56982453.tar.xz |
watchdog: realtek_otto: Use devm_clk_get_enabled() helper
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@wanadoo.fr>
Acked-by: Sander Vanheule <sander@svanheule.net>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/5e4255782fbb43d1b4b5cd03bd12d7a184497134.1672498920.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'lib/flex_proportions.c')
0 files changed, 0 insertions, 0 deletions