clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw
authorThéo Lebrun <theo.lebrun@bootlin.com>
Mon, 18 Dec 2023 17:14:16 +0000 (18:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jan 2024 23:35:38 +0000 (15:35 -0800)
commitf1da0b7a092a05dce24be2f22aae0e7a0578feb4
tree0c02ae46166c80aca44c84fb72961e3c8c013d02
parenta3fb4404e3d4f474ea862db874f5ab3a8ff50add
clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw

[ Upstream commit ee0cf5e07f44a10fce8f1bfa9db226c0b5ecf880 ]

Add missing comma and remove extraneous NULL argument. The macro is
currently used by no one which explains why the typo slipped by.

Fixes: 2d34f09e79c9 ("clk: fixed-rate: Add support for specifying parents via DT/pointers")
Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Link: https://lore.kernel.org/r/20231218-mbly-clk-v1-1-44ce54108f06@bootlin.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/clk-provider.h