Re: [PATCH v4 15/24] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out

2019-07-16 Thread Chanwoo Choi
On 19. 7. 8. 오전 7:32, Dmitry Osipenko wrote: > 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. > > Signed-off-by: Dmitry Osipenko > --- >

[PATCH v4 15/24] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out

2019-07-07 Thread Dmitry Osipenko
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. Signed-off-by: Dmitry Osipenko --- drivers/devfreq/tegra30-devfreq.c | 2 +- 1 file changed, 1