commit | 3037e9ea780027d41baaaabb68a749e49e7c8260 | [log] [tgz] |
---|---|---|
author | Daniel Thompson <daniel.thompson@linaro.org> | Wed Jun 10 21:04:54 2015 +0100 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Wed Jun 10 14:19:43 2015 -0700 |
tree | 84af70ca39344f3446e196ff0bd0929e9481eaa7 | |
parent | b41c7bfa27f221a567e33b44aa5395adfe042229 [diff] |
clk: fixed: Add comment to clk_fixed_set_rate Currently it is not made explicit why clk_fixed_set_rate() can ignore its arguments and unconditionally return success. Add a comment to explain this. We also mark the clk_ops table const since it should never be modified at runtime. Suggested-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>