Re: [PATCH 1/2] cpufreq: imx6q: remove unused code

2018-12-11 Thread Rafael J. Wysocki
On Monday, November 26, 2018 3:59:45 AM CET Anson Huang wrote: > In voltage scale down path, the return value is NOT > used at all, remove them to simplify the code. > > Signed-off-by: Anson Huang > --- > drivers/cpufreq/imx6q-cpufreq.c | 12 +++- > 1 file changed, 3 insertions(+), 9 del

Re: [PATCH 1/2] cpufreq: imx6q: remove unused code

2018-11-25 Thread Viresh Kumar
On 26-11-18, 02:59, Anson Huang wrote: > In voltage scale down path, the return value is NOT > used at all, remove them to simplify the code. > > Signed-off-by: Anson Huang > --- > drivers/cpufreq/imx6q-cpufreq.c | 12 +++- > 1 file changed, 3 insertions(+), 9 deletions(-) > > diff --gi

[PATCH 1/2] cpufreq: imx6q: remove unused code

2018-11-25 Thread Anson Huang
In voltage scale down path, the return value is NOT used at all, remove them to simplify the code. Signed-off-by: Anson Huang --- drivers/cpufreq/imx6q-cpufreq.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/drivers/cpufreq/imx6q-cpufreq.c b/drivers/cpufreq/imx