clk: Add locking to clk_get_rate_range
authorMaxime Ripard <maxime@cerno.tech>
Fri, 6 May 2022 10:24:31 +0000 (12:24 +0200)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Wed, 11 May 2022 15:33:21 +0000 (16:33 +0100)
commite38ef8f21af1d3a8044cd74f8255efff970da37f
tree096e770ecb506773eae6a89d9adf063a492a03d9
parent15616ffd51dba116095bd1c395d377df9a5bc0f4
clk: Add locking to clk_get_rate_range

clk_get_rate_range() is missing the proper locks, making lockdep
complain.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/clk/clk.c