commit | a5810b4f078f4a41ff47668d7e3351b903ab959f | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Mon Dec 21 21:56:27 2015 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Dec 28 01:51:35 2015 +0100 |
tree | 8544b9d81d670f5e7d6d954fbd2b69a6daf84a93 | |
parent | 9ad55cd9e600de238e3937705e642f0253f3bc42 [diff] |
blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate() The return type "unsigned long" was used by the cpu_set_cclk() function while the type "int" is provided by the clk_set_rate() function. Let us make this usage consistent. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>