aboutsummaryrefslogtreecommitdiffstats
path: root/net/lapb/lapb_in.c
diff options
context:
space:
mode:
authorMaxime Ripard <[email protected]>2022-08-16 11:25:23 +0000
committerStephen Boyd <[email protected]>2022-09-15 16:31:53 +0000
commit666650b25ac43700a1cce96e51a32fc89c973d28 (patch)
tree922c69ec5462fb229f8bed9f802723ad2b641113 /net/lapb/lapb_in.c
parentclk: Add our request boundaries in clk_core_init_rate_req (diff)
downloadkernel-666650b25ac43700a1cce96e51a32fc89c973d28.tar.gz
kernel-666650b25ac43700a1cce96e51a32fc89c973d28.zip
clk: Switch from __clk_determine_rate to clk_core_round_rate_nolock
clk_mux_determine_rate_flags() will call into __clk_determine_rate() with a clk_hw pointer, while it has access to the clk_core pointer already. This leads to back and forth between clk_hw and clk_core, while __clk_determine_rate will only call clk_core_round_rate_nolock() with the clk_core pointer it retrieved from the clk_hw. Let's simplify things a bit by calling into clk_core_round_rate_nolock directly. Tested-by: Alexander Stein <[email protected]> # imx8mp Tested-by: Marek Szyprowski <[email protected]> # exynos4210, meson g12b Signed-off-by: Maxime Ripard <[email protected]> Link: https://lore.kernel.org/r/[email protected] Tested-by: Linux Kernel Functional Testing <[email protected]> Tested-by: Naresh Kamboju <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions