commit | 68ce3a4461726ebd3acf9d94841a46386402a058 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sat May 04 11:33:36 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Wed May 08 17:32:28 2019 +0900 |
tree | 73b915a492355e057b231c8038fa4fcc2959556f | |
parent | e2a23affe6a6a15111ae56edd7e4f3c9673ef201 [diff] |
regulator: core: Slightly improve readability of _regulator_get_enable_time The logic is equivalent, but it looks more straightforward this way: If rdev->desc->ops->enable_time is set, call it. Otherwise fallback to return rdev->desc->enable_time. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>