Re: [PATCH 3/3] PM / devfreq: tegra: remove unneeded variable

2019-02-20 Thread MyungJoo Ham
On Mon, Feb 18, 2019 at 6:58 PM Jon Hunter wrote: > > > On 18/02/2019 00:38, Chanwoo Choi wrote: > > On 19. 2. 17. 오전 12:18, Yangtao Li wrote: > >> This variable is not used after initialization, so > >> remove it. And in order to unify the code style, > >> move the location where the

Re: [PATCH 3/3] PM / devfreq: tegra: remove unneeded variable

2019-02-18 Thread Jon Hunter
On 18/02/2019 00:38, Chanwoo Choi wrote: > On 19. 2. 17. 오전 12:18, Yangtao Li wrote: >> This variable is not used after initialization, so >> remove it. And in order to unify the code style, >> move the location where the dev_get_drvdata is called >> by the way. >> >> Signed-off-by: Yangtao Li

Re: [PATCH 3/3] PM / devfreq: tegra: remove unneeded variable

2019-02-17 Thread Chanwoo Choi
On 19. 2. 17. 오전 12:18, Yangtao Li wrote: > This variable is not used after initialization, so > remove it. And in order to unify the code style, > move the location where the dev_get_drvdata is called > by the way. > > Signed-off-by: Yangtao Li > --- > drivers/devfreq/tegra-devfreq.c | 7

[PATCH 3/3] PM / devfreq: tegra: remove unneeded variable

2019-02-16 Thread Yangtao Li
This variable is not used after initialization, so remove it. And in order to unify the code style, move the location where the dev_get_drvdata is called by the way. Signed-off-by: Yangtao Li --- drivers/devfreq/tegra-devfreq.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff