Home
last modified time | relevance | path

Searched hist:"53 b4b2aeee26f42cde5ff2a16dd0d8590c51a55a" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/devfreq/
H A Dtegra30-devfreq.cdiff 53b4b2aeee26f42cde5ff2a16dd0d8590c51a55a Mon Nov 04 22:56:03 CET 2019 Dmitry Osipenko <digetx@gmail.com> PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out

There is another kHz-conversion bug in the code, resulting in integer
overflow. Although, this time the resulting value is 4294966296 and it's
close to ULONG_MAX, which is okay in this case.

Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Tested-by: Peter Geis <pgwipeout@gmail.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>