commit | 49a6bb7a1c0963f260e4b0dcc2c0e56ec65a28b2 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Dec 01 15:51:52 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Wed Dec 02 17:20:33 2015 +0000 |
tree | 19f844a6e3ba15cdfa212d6552c36894adcd679c | |
parent | bb41897e38c53458a88b271f2fbcd905ee1f9584 [diff] |
regulator: core: Ensure we lock all regulators The latest workaround for the lockdep interface's not using the second argument of mutex_lock_nested() changed the loop missed locking the last regulator due to a thinko with the loop termination condition exiting one regulator too soon. Reported-by: Tyler Baker <tyler.baker@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>