]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpufreq: Remove unnecessary initialization of a local variable
authorJingoo Han <jg1.han@samsung.com>
Wed, 31 Oct 2012 05:49:13 +0000 (05:49 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 1 Nov 2012 21:57:22 +0000 (22:57 +0100)
commit5ca421045aefb568b98f18297b90789abe906cb0
tree4b78c02c6a7036c63bd0cc3468a4af4a8fbe2729
parent5d40fc539ff360157d634280b7abd0c01745440b
cpufreq: Remove unnecessary initialization of a local variable

Remove an unnecessary initializer for the 'ret' variable in
__cpufreq_set_policy().

[rjw: Modified the subject and changelog slightly.]
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq.c