mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
clk: Assert prepare_lock in clk_core_get_boundaries
This function iterates the clk consumer list on clk_core so it must be called under prepare_lock. This is already done by all callers but add a lockdep assert to check anyway. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Link: https://lkml.kernel.org/r/29453ee8e820457d87a8faf9d496390e59c6826f.1562073871.git.leonard.crestez@nxp.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
1bd37a4677
commit
9f77672260
@ -593,6 +593,8 @@ static void clk_core_get_boundaries(struct clk_core *core,
|
||||
{
|
||||
struct clk *clk_user;
|
||||
|
||||
lockdep_assert_held(&prepare_lock);
|
||||
|
||||
*min_rate = core->min_rate;
|
||||
*max_rate = core->max_rate;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user