cpufreq: exynos: Initialize return variable
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 1 Feb 2013 01:13:39 +0000 (17:13 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 1 Feb 2013 01:13:43 +0000 (17:13 -0800)
commit229b21e2b75302d6d1b931031ae7d53e1a4d0830
tree6895aa2f8ff6ae1e30734c1d5570cc56c7f4e6d8
parentd271d077ac66e839a0f443f1089a0af1ef15fd51
cpufreq: exynos: Initialize return variable

'ret' is undefined when the function returns from the first
'if' condition. Without this patch we get the following warning:

drivers/cpufreq/exynos-cpufreq.c: In function 'exynos_target':
drivers/cpufreq/exynos-cpufreq.c:182:2: warning: 'ret' may be used uninitialized in this function [-Wuninitialized]

Suggested-by: Jonghwan Choi <jhbird.choi@samsung.com>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
drivers/cpufreq/exynos-cpufreq.c