Skip to content
Commit 6132e89a authored by Yibo Cai's avatar Yibo Cai Committed by Michael Turquette
Browse files

clk: atlas7: fix integer overflow in dto rate calculation



I cannot believe that I spend quite a lot time in finding this bug.
It seems a pitfall people tend to fall in.

In "int64 = int32 * int32", conversion from 32-bits to 64-bits comes
after the multiplication. So this statement may not work as expected.

Signed-off-by: default avatarYibo Cai <yibo.cai@csr.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent b1062298
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