diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-12-03 12:14:37 +0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-01-12 06:43:27 +0400 |
commit | bab53301c3846ae9a5e1142dca2976f434f70481 (patch) | |
tree | 2d872a2a8fc40d6f4975ee153f8d76f227d7813a /tools/vm | |
parent | 4895084c87ab0973308021d755596798160b682a (diff) | |
download | linux-bab53301c3846ae9a5e1142dca2976f434f70481.tar.xz |
clk: fixed-factor: round_rate should use do_div
clk->rate = parent->rate / div * mult
The formula is OK. But it may overflow while we do operate with
unsigned long. So use do_div instead.
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
[mturquette@linaro.org: improved $SUBJECT]
Diffstat (limited to 'tools/vm')
0 files changed, 0 insertions, 0 deletions