summaryrefslogtreecommitdiffstats
path: root/drivers/clk/st
diff options
context:
space:
mode:
authorMaxime COQUELIN <maxime.coquelin@st.com>2014-05-07 18:48:52 +0200
committerMike Turquette <mturquette@linaro.org>2014-05-23 23:27:31 +0200
commitfe52e7505f8bf365d5ab0eeee19ababe406cbaaf (patch)
treee5d0d7b02ee36e6a2ceeb7d20a9aedef2856c087 /drivers/clk/st
parentLinux 3.15-rc6 (diff)
downloadlinux-fe52e7505f8bf365d5ab0eeee19ababe406cbaaf.tar.xz
linux-fe52e7505f8bf365d5ab0eeee19ababe406cbaaf.zip
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 <festevam@gmail.com> Reported-by: Shawn Guo <shawn.guo@freescale.com> Tested-by: Fabio Estevam <festevam@gmail.com> Tested-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/st')
0 files changed, 0 insertions, 0 deletions