“1da177e4c3f41524e886b7f1b8a0c1fc7321cac2”上不存在“arch/mips/include/asm/shmparam.h”
提交 56e1ee35 编写于 作者: S Stephen Boyd

Merge branch 'clk-helpers' (early part) into clk-fixes

* 'clk-helpers' (early part):
  clk: fix determine rate error with pass-through clock
...@@ -1125,8 +1125,10 @@ static int clk_core_round_rate_nolock(struct clk_core *core, ...@@ -1125,8 +1125,10 @@ static int clk_core_round_rate_nolock(struct clk_core *core,
{ {
lockdep_assert_held(&prepare_lock); lockdep_assert_held(&prepare_lock);
if (!core) if (!core) {
req->rate = 0;
return 0; return 0;
}
clk_core_init_rate_req(core, req); clk_core_init_rate_req(core, req);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册