Re: [PATCH v4 14/24] PM / devfreq: tegra30: Ensure that target freq won't overflow

2019-07-16 Thread Dmitry Osipenko
16.07.2019 15:30, Chanwoo Choi пишет: > On 19. 7. 8. 오전 7:32, Dmitry Osipenko wrote: >> Potentially very high boosting could cause an integer overflow for a >> highly clocked memory after conversion to MHz. >> >> Signed-off-by: Dmitry Osipenko >> --- >> drivers/devfreq/tegra30-devfreq.c | 1 + >>

Re: [PATCH v4 14/24] PM / devfreq: tegra30: Ensure that target freq won't overflow

2019-07-16 Thread Chanwoo Choi
On 19. 7. 8. 오전 7:32, Dmitry Osipenko wrote: > Potentially very high boosting could cause an integer overflow for a > highly clocked memory after conversion to MHz. > > Signed-off-by: Dmitry Osipenko > --- > drivers/devfreq/tegra30-devfreq.c | 1 + > 1 file changed, 1 insertion(+) > > diff

[PATCH v4 14/24] PM / devfreq: tegra30: Ensure that target freq won't overflow

2019-07-07 Thread Dmitry Osipenko
Potentially very high boosting could cause an integer overflow for a highly clocked memory after conversion to MHz. Signed-off-by: Dmitry Osipenko --- drivers/devfreq/tegra30-devfreq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/devfreq/tegra30-devfreq.c