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:
0fd68f2
)
[media] m88ts2022: Nested loops shouldn't use the same index variable
author
David Howells
<dhowells@redhat.com>
Fri, 20 Mar 2015 13:37:38 +0000
(10:37 -0300)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Fri, 3 Apr 2015 01:24:00 +0000
(22:24 -0300)
There are a pair of nested loops inside m88ts2022_cmd() that use the same
index variable, but for different things. Split the variable.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
No differences found