commit | 72dca06f62c50415de3202f204200f58769d0b8b | [log] [tgz] |
---|---|---|
author | Aniroop Mathur <aniroop.mathur@gmail.com> | Sun Dec 28 22:08:38 2014 +0530 |
committer | Mark Brown <broonie@kernel.org> | Mon Dec 29 16:08:46 2014 +0000 |
tree | ba3835f0ae82f33389dbb3896af6473c71b8adb2 | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 [diff] |
regulator: core: Avoid negative regulator no & initialize it to -1 This patch initializes regulator_no to -1 to avoid extra subtraction operation performed every time we register a regulator and avoid negative regulator no in its name. Signed-off-by: Aniroop Mathur <a.mathur@samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>