diff options
author | 2013-06-29 18:21:19 +0530 | |
---|---|---|
committer | 2013-07-15 11:27:48 +0100 | |
commit | 5b175952011adae30b531ab89cc24acb173b2ce4 (patch) | |
tree | 3d32b5482cb43df0958ca9e93381249c889fe9ee /tools/perf/scripts/python/export-to-postgresql.py | |
parent | regulator: core: Add support for disabling ramp delay (diff) | |
download | linux-dev-5b175952011adae30b531ab89cc24acb173b2ce4.tar.xz linux-dev-5b175952011adae30b531ab89cc24acb173b2ce4.zip |
regulator: core: Remove redundant checks
In function _regulator_do_set_voltage(), old_selector gets intialised only
if (_regulator_is_enabled(rdev) && rdev->desc->ops->set_voltage_time_sel &&
rdev->desc->ops->get_voltage_sel)) is true.
Before calling set_voltage_time_sel() we checks if (old_selector >= 0) and it
will true if it got intialised properly. so we don't need to check again
_regulator_is_enabled(rdev) && rdev->desc->ops->set_voltage_time_sel before
calling set_voltage_time_sel().
Signed-off-by: Yadwinder Singh Brar <yadi.brar@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions