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:
6b75bf0
)
ASoC: dapm: Remove unnecessary loop
author
Lars-Peter Clausen
<lars@metafoo.de>
Fri, 14 Jun 2013 11:16:52 +0000
(13:16 +0200)
committer
Mark Brown
<broonie@linaro.org>
Fri, 14 Jun 2013 11:34:10 +0000
(12:34 +0100)
The condition 'i == item' is only true when, well, 'i' equals 'item'.
So just use 'item' directly as the index into the array.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/soc-dapm.c
patch
|
blob
|
history
diff --cc
sound/soc/soc-dapm.c
Simple merge