summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorIrina Tirdea <irina.tirdea@nxp.com>2017-04-04 20:04:11 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-04-19 23:22:00 +0200
commit54cad2fce71f3ed2995bfc6d17d4ea5c898f20b1 (patch)
tree1a432707c1de9364572885061659723e661f6ff6 /drivers/media
parentc97ad0fc4f075a9c1ba669963cfd4da062bbb683 (diff)
downloadlinux-rpi-54cad2fce71f3ed2995bfc6d17d4ea5c898f20b1.tar.gz
linux-rpi-54cad2fce71f3ed2995bfc6d17d4ea5c898f20b1.tar.bz2
linux-rpi-54cad2fce71f3ed2995bfc6d17d4ea5c898f20b1.zip
cpufreq: imx6q: Fix handling EPROBE_DEFER from regulator
If there are any errors in getting the cpu0 regulators, the driver returns -ENOENT. In case the regulators are not yet available, the devm_regulator_get calls will return -EPROBE_DEFER, so that the driver can be probed later. If we return -ENOENT, the driver will fail its initialization and will not try to probe again (when the regulators become available). Return the actual error received from regulator_get in probe. Print a differentiated message in case we need to probe the device later and in case we actually failed. Also add a message to inform when the driver has been successfully registered. Signed-off-by: Irina Tirdea <irina.tirdea@nxp.com> Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/media')
0 files changed, 0 insertions, 0 deletions