git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78ce612
)
regulator: max77686: Consistently index opmode array by rdev id
author
Krzysztof Kozlowski
<k.kozlowski@samsung.com>
Tue, 4 Nov 2014 08:49:41 +0000
(09:49 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 4 Nov 2014 20:41:28 +0000
(20:41 +0000)
Mixed indexes were used for array of opmodes in max77686_data structure:
id of regulator and index of regulator_desc array.
These indexes are exactly the same but the mixture may confuse. Use
consistently the id of regulator.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
No differences found