]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: actions: owl-composite: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:19:03 +0000 (11:19 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:29 +0000 (09:41 -0400)
commit151831541ae0f2a5d207a152a510b9ff5e8105cc
tree4141e5593ae11bc4920ca3aef3a69ce42a6ba32c
parent1547747b55d5d6c045cd94f4c4595b8f38d3b21c
clk: actions: owl-composite: convert from round_rate() to determine_rate()

The round_rate() clk ops is deprecated, so migrate this driver from
round_rate() to determine_rate() using the Coccinelle semantic patch
on the cover letter of this series.

Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/actions/owl-composite.c