Re: [PATCH] cpufreq: remove the unnecessary initialization of a local variable

2012-11-02 Thread Rafael J. Wysocki
On Wednesday, October 31, 2012 02:49:13 PM Jingoo Han wrote: > This patch removes unnecessary initializer for the 'ret' variable. Applied to the linux-next branch of the linux-pm.git tree as v3.8 material. Thanks, Rafael > Signed-off-by: Jingoo Han > --- > drivers/cpufreq/cpufreq.c |4 ++-

[PATCH] cpufreq: remove the unnecessary initialization of a local variable

2012-10-30 Thread Jingoo Han
This patch removes unnecessary initializer for the 'ret' variable. Signed-off-by: Jingoo Han --- drivers/cpufreq/cpufreq.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 261ef65..4e9fcc5 100644 --- a/drivers