diff options
author | Cristian Ciocaltea <cristian.ciocaltea@collabora.com> | 2024-12-17 23:41:52 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2024-12-23 12:53:52 -0800 |
commit | 10106d5c1f9cee1a514fc29d711b55601d7241f2 (patch) | |
tree | c6413559344ea28aab807f1da12e74653f82fc98 /scripts/gdb/linux/interrupts.py | |
parent | dc924c24feb50530d0d379221460e279af5669bd (diff) |
PCI: exynos: Switch to devm_clk_bulk_get_all_enabled()
The helper devm_clk_bulk_get_all_enable() missed to return the number of
clocks stored in the clk_bulk_data table referenced by the clks
argument and, therefore, will be dropped.
Use the newly introduced devm_clk_bulk_get_all_enabled() variant
instead, which is consistent with devm_clk_bulk_get_all() in terms of
the returned value:
> 0 if one or more clocks have been stored
= 0 if there are no clocks
< 0 if an error occurred
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20241217-clk_bulk_ena_fix-v5-2-aafbbb245155@collabora.com
Acked-by: Krzysztof WilczyĆski <kwilczynski@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions