cpufreq: cpufreq-cpu0: NULL is a valid regulator
authorMark Brown <broonie@linaro.org>
Tue, 13 Aug 2013 12:58:24 +0000 (14:58 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Aug 2013 20:24:22 +0000 (22:24 +0200)
commit4a511de96d692f2dfa126c10dda4e41636c0ef27
tree20ddaa54c87e088d2eadc3600ea4ebd5bbe7383b
parent59027d356666a2c1d576baacb98de9fb30e4c48e
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>
drivers/cpufreq/cpufreq-cpu0.c