diff options
author | Rong Qianfeng <[email protected]> | 2024-08-27 11:48:40 +0800 |
---|---|---|
committer | Andi Shyti <[email protected]> | 2024-09-10 00:36:48 +0200 |
commit | 12729039bd88b563a6c4e88706c0915928c92825 (patch) | |
tree | 8c6eb68a7dc6e0b1e057bbdcebb5dd3255462abe /scripts/generate_rust_analyzer.py | |
parent | f1f3dd1a0aae92851d5a9edd7f6896554020d610 (diff) |
i2c: jz4780: Use devm_clk_get_enabled() helpers
The devm_clk_get_enabled() helpers:
- call devm_clk_get()
- call clk_prepare_enable() and register what is needed in order to
call clk_disable_unprepare() when needed, as a managed resource.
This simplifies the code and avoids the calls to clk_disable_unprepare().
While at it, no more special handling needed here, remove the goto
label "err:".
Signed-off-by: Rong Qianfeng <[email protected]>
Acked-by: Paul Cercueil <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions