Commit 40ba3f0f authored by Zhen Lei's avatar Zhen Lei Committed by Michael Turquette
Browse files

clk: delete a local variable's repeated assignment



It's the same to the next statement, "ret = clk->parent". I think compiler will
optimize it, it's just not looking well.

Signed-off-by: default avatarZhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: default avatarMichael Turquette <mturquette@linaro.org>
parent 54b3d182
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment