RE: [PATCH 1/5] cpufreq: exynos: Remove unused variable & IS_ERR

2012-12-09 Thread Kukjin Kim
Jonghwan Choi wrote: > > The variable 'max_support_idx, min_support_idx, pm_lock_idx" > are never used, so remove the unused variable. > > Signed-off-by: Jonghwan Choi > --- > arch/arm/mach-exynos/include/mach/cpufreq.h |3 --- > drivers/cpufreq/exynos-cpufreq.c|3 +-- > dri

[PATCH 1/5] cpufreq: exynos: Remove unused variable & IS_ERR

2012-12-07 Thread Jonghwan Choi
The variable 'max_support_idx, min_support_idx, pm_lock_idx" are never used, so remove the unused variable. Signed-off-by: Jonghwan Choi --- arch/arm/mach-exynos/include/mach/cpufreq.h |3 --- drivers/cpufreq/exynos-cpufreq.c|3 +-- drivers/cpufreq/exynos4210-cpufreq.c