Re: [PATCH 5/5] cpufreq: Loongson1: Replace goto out with return in ls1x_cpufreq_probe()

2016-04-11 Thread Viresh Kumar
On 11-04-16, 19:55, Keguang Zhang wrote: > From: Kelvin Cheung > > This patch replaces goto out with return in ls1x_cpufreq_probe(), > and also includes some minor fixes. > > Signed-off-by: Kelvin Cheung > --- >

Re: [PATCH 5/5] cpufreq: Loongson1: Replace goto out with return in ls1x_cpufreq_probe()

2016-04-11 Thread Viresh Kumar
On 11-04-16, 19:55, Keguang Zhang wrote: > From: Kelvin Cheung > > This patch replaces goto out with return in ls1x_cpufreq_probe(), > and also includes some minor fixes. > > Signed-off-by: Kelvin Cheung > --- > drivers/cpufreq/loongson1-cpufreq.c | 37 > -

[PATCH 5/5] cpufreq: Loongson1: Replace goto out with return in ls1x_cpufreq_probe()

2016-04-11 Thread Keguang Zhang
From: Kelvin Cheung This patch replaces goto out with return in ls1x_cpufreq_probe(), and also includes some minor fixes. Signed-off-by: Kelvin Cheung --- drivers/cpufreq/loongson1-cpufreq.c | 37 - 1 file

[PATCH 5/5] cpufreq: Loongson1: Replace goto out with return in ls1x_cpufreq_probe()

2016-04-11 Thread Keguang Zhang
From: Kelvin Cheung This patch replaces goto out with return in ls1x_cpufreq_probe(), and also includes some minor fixes. Signed-off-by: Kelvin Cheung --- drivers/cpufreq/loongson1-cpufreq.c | 37 - 1 file changed, 16 insertions(+), 21 deletions(-) diff