Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clk: Document and simplify clk_core_get_rate_nolock()
This function uses a few gotos and doesn't explain why parents and numbers of parents are being checked before returning different values for the clk's rate. Document and simplify this function somewhat to make this better. Signed-off-by: Stephen Boyd <sboyd@kernel.org>
- Loading branch information