commit | a0944d904f951466047cb7ae625fc17927084e59 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Tue Jun 07 12:30:13 2016 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Jun 13 23:49:43 2016 +0200 |
tree | 7c3bd3aee79fe4a3404495f2887415589be9d680 | |
parent | 41bad47f76481d8f55a555274062707e41e57e0e [diff] |
cpufreq: mvebu: fix integer to pointer cast Fix the use of 0 instead of NULL to clk_get() call. This stops the following warning: drivers/cpufreq/mvebu-cpufreq.c:73:40: warning: Using plain integer as NULL pointer Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>