diff options
| author | Christophe JAILLET <[email protected]> | 2022-12-31 16:02:17 +0100 |
|---|---|---|
| committer | Wim Van Sebroeck <[email protected]> | 2023-02-12 15:32:46 +0100 |
| commit | 3c22939eb345952b5c814df9cc6f9b2d56982453 (patch) | |
| tree | 0d108b172074d00036935a842a6b5d2b02cbab0c /tools/perf/scripts/python/stackcollapse.py | |
| parent | a224764f97d28f1132cab02b79ae4c08a6de471e (diff) | |
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 <[email protected]>
Acked-by: Sander Vanheule <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/5e4255782fbb43d1b4b5cd03bd12d7a184497134.1672498920.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions