diff options
author | Maxime COQUELIN <[email protected]> | 2014-05-07 18:48:52 +0200 |
---|---|---|
committer | Mike Turquette <[email protected]> | 2014-05-23 14:27:31 -0700 |
commit | fe52e7505f8bf365d5ab0eeee19ababe406cbaaf (patch) | |
tree | e5d0d7b02ee36e6a2ceeb7d20a9aedef2856c087 /net/unix/af_unix.c | |
parent | 4b660a7f5c8099d88d1a43d8ae138965112592c7 (diff) |
clk: divider: Fix table round up function
Commit 1d9fe6b97 ("clk: divider: Fix best div calculation for power-of-two and
table dividers") introduces a regression in its _table_round_up function.
When the divider passed to this function is greater than the max divider
available in the table, this function returns table's max divider.
Problem is that it causes an infinite loop in clk_divider_bestdiv() because
_next_div() will never return a value greater than maxdiv.
Instead of returning table's max divider, this patch returns INT_MAX.
Reported-by: Fabio Estevam <[email protected]>
Reported-by: Shawn Guo <[email protected]>
Tested-by: Fabio Estevam <[email protected]>
Tested-by: Shawn Guo <[email protected]>
Signed-off-by: Maxime Coquelin <[email protected]>
Signed-off-by: Mike Turquette <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions