PM / OPP: Remove useless check
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 4 May 2016 13:19:55 +0000 (18:49 +0530)
committerAlex Shi <alex.shi@linaro.org>
Thu, 23 Mar 2017 03:37:04 +0000 (11:37 +0800)
commitf03ec877840b5fd07db4fb4f76a958de0f38e936
tree2ce1d2c0cfe2bd79ed4603a10e9fea0e2f41228a
parent454f12fd0b3fae75d101765614e749e3f70a5078
PM / OPP: Remove useless check

Regulators are optional for devices using OPPs and the OPP core
shouldn't be printing any errors for such missing regulators.

It was fine before the commit 0c717d0f9cb4, but that failed to update
this part of the code to remove an 'always true' check and an extra
unwanted print message.

Fix that now.

Fixes: 0c717d0f9cb4 (PM / OPP: Initialize regulator pointer to an error value)
Reported-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
(cherry picked from commit 21f8a99ce61b2d4b74bd425a5bf7e9efbe162788)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
drivers/base/power/opp/core.c