clk: versaclock3: Use u8 return type for get_parent() callback
authorBiju Das <biju.das.jz@bp.renesas.com>
Wed, 22 Nov 2023 14:23:08 +0000 (14:23 +0000)
committerStephen Boyd <sboyd@kernel.org>
Sun, 17 Dec 2023 23:56:14 +0000 (15:56 -0800)
commita72956c82eebd138764fa214968571b0e455378e
treefbac1cc9d4a36d0d24525f9d39412a79f2d61ea5
parent1e8ce92afdbf2dafa345a9b1d91fb14a1487dc7f
clk: versaclock3: Use u8 return type for get_parent() callback

The return type of get_parent() member in struct clk_ops is u8.
Use same return type for corresponding callback function as well.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20231122142310.203169-4-biju.das.jz@bp.renesas.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-versaclock3.c