diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-02-01 05:13:39 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-02-01 05:13:43 +0400 |
commit | 229b21e2b75302d6d1b931031ae7d53e1a4d0830 (patch) | |
tree | 6895aa2f8ff6ae1e30734c1d5570cc56c7f4e6d8 /block | |
parent | d271d077ac66e839a0f443f1089a0af1ef15fd51 (diff) | |
download | linux-229b21e2b75302d6d1b931031ae7d53e1a4d0830.tar.xz |
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>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions