clk: fix typo in clk_hw_register_fixed_rate_parent_data() macro
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Thu, 15 Jun 2023 10:19:31 +0000 (13:19 +0300)
committerStephen Boyd <sboyd@kernel.org>
Tue, 20 Jun 2023 19:27:47 +0000 (12:27 -0700)
commitebf51575c8418fcbabe489b3b4a4227c34ed256a
treec4dfdaf35dbb6c48a3341c3b25286dec06b09b6d
parent7fb933e56f77a57ef7cfc59fc34cbbf1b1fa31ff
clk: fix typo in clk_hw_register_fixed_rate_parent_data() macro

clk_hw_register_fixed_rate_parent_data() 3rd parameter is parent_data
not parent_hw. Inner function (__clk_hw_register_fixed_rate()) is called
with parent_data parameter as valid. To have this parameter taken into
account update the name of the 3rd parameter of
clk_hw_register_fixed_rate_parent_data() macro to parent_data.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20230615101931.581060-1-claudiu.beznea@microchip.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
include/linux/clk-provider.h