clk: sunxi-ng: nkm: Use correct parameter name for parent HW
authorFrank Oltmanns <frank@oltmanns.dev>
Mon, 7 Aug 2023 12:43:34 +0000 (14:43 +0200)
committerChen-Yu Tsai <wens@csie.org>
Wed, 9 Aug 2023 15:33:58 +0000 (23:33 +0800)
commit80c439cd1f011e8c6bb4c6c65987e235f686d9ee
tree8099e6f17d4444a851787de9331d06f7e2353e18
parent075d9ca5b4e17f84fd1c744a405e69ec743be7f0
clk: sunxi-ng: nkm: Use correct parameter name for parent HW

ccu_nkm_round_rate() takes a clk_hw as parameter "hw". Since "hw" is the
nkm clock's parent clk_hw, not the clk_hw of the nkm clock itself,
change the parameter name to "parent_hw" to make it more clear what
we're dealing with.

Acked-by: Maxime Ripard <mripard@kernel.org>
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Frank Oltmanns <frank@oltmanns.dev>
Link: https://lore.kernel.org/r/20230807-pll-mipi_set_rate_parent-v6-1-f173239a4b59@oltmanns.dev
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
drivers/clk/sunxi-ng/ccu_nkm.c