Re: [PATCH v2 12/19] PM / devfreq: tegra: Avoid inconsistency of current frequency value

2019-04-16 Thread Chanwoo Choi
Hi, On 19. 4. 17. 오전 12:40, Dmitry Osipenko wrote: > 16.04.2019 10:15, Chanwoo Choi пишет: >> Hi, >> >> On 19. 4. 15. 오후 11:54, Dmitry Osipenko wrote: >>> The frequency value potentially could change in-between. It doesn't >>> cause any real problem at all right now, but that could change in the

Re: [PATCH v2 12/19] PM / devfreq: tegra: Avoid inconsistency of current frequency value

2019-04-16 Thread Dmitry Osipenko
16.04.2019 10:15, Chanwoo Choi пишет: > Hi, > > On 19. 4. 15. 오후 11:54, Dmitry Osipenko wrote: >> The frequency value potentially could change in-between. It doesn't >> cause any real problem at all right now, but that could change in the >> future. Hence let's avoid the inconsistency. >> >>

Re: [PATCH v2 12/19] PM / devfreq: tegra: Avoid inconsistency of current frequency value

2019-04-16 Thread Chanwoo Choi
Hi, On 19. 4. 15. 오후 11:54, Dmitry Osipenko wrote: > The frequency value potentially could change in-between. It doesn't > cause any real problem at all right now, but that could change in the > future. Hence let's avoid the inconsistency. > > Signed-off-by: Dmitry Osipenko > --- >

[PATCH v2 12/19] PM / devfreq: tegra: Avoid inconsistency of current frequency value

2019-04-15 Thread Dmitry Osipenko
The frequency value potentially could change in-between. It doesn't cause any real problem at all right now, but that could change in the future. Hence let's avoid the inconsistency. Signed-off-by: Dmitry Osipenko --- drivers/devfreq/tegra-devfreq.c | 6 -- 1 file changed, 4 insertions(+),