commit | 4a511de96d692f2dfa126c10dda4e41636c0ef27 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Tue Aug 13 14:58:24 2013 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Aug 14 22:24:22 2013 +0200 |
tree | 20ddaa54c87e088d2eadc3600ea4ebd5bbe7383b | |
parent | 59027d356666a2c1d576baacb98de9fb30e4c48e [diff] |
cpufreq: cpufreq-cpu0: NULL is a valid regulator Since NULL could in theory be a valid regulator we ought to check for IS_ERR() rather than for NULL. In practice this is unlikely to be an issue but it's better for neatness. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>