summaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorCodrin Ciubotariu <codrin.ciubotariu@microchip.com>2019-06-25 12:10:02 +0300
committerStephen Boyd <sboyd@kernel.org>2019-07-23 00:32:08 +0300
commit1573eebeaa8055777eb753f9b4d1cbe653380c38 (patch)
tree6caafce6cc4df9eb416751a10caac89ef88d2b97 /tools/perf/util/scripting-engines/trace-event-python.c
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff)
downloadlinux-1573eebeaa8055777eb753f9b4d1cbe653380c38.tar.xz
clk: at91: generated: Truncate divisor to GENERATED_MAX_DIV + 1
In clk_generated_determine_rate(), if the divisor is greater than GENERATED_MAX_DIV + 1, then the wrong best_rate will be returned. If clk_generated_set_rate() will be called later with this wrong rate, it will return -EINVAL, so the generated clock won't change its value. Do no let the divisor be greater than GENERATED_MAX_DIV + 1. Fixes: 8c7aa6328947 ("clk: at91: clk-generated: remove useless divisor loop") Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions