commit | a67d5849c9f1ff6b2afa0704b68ba5e192a3cb32 | [log] [tgz] |
---|---|---|
author | Yangtao Li <tiny.windzz@gmail.com> | Wed Dec 05 10:57:51 2018 -0500 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Dec 11 12:11:46 2018 +0100 |
tree | 4c1e118dc4eb2a4fc4ed1bd349d42cdb2d108909 | |
parent | df3e1c83a3a7bd65dac951c117cc9c796acd96b0 [diff] |
cpufreq: nforce2: Remove meaningless return Delete a line of meaningless return and some useless blank lines. In a function whose return type is void, returning on the last line is not required. Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>