]> git.baikalelectronics.ru Git - kernel.git/commit
[media] m88ts2022: Nested loops shouldn't use the same index variable
authorDavid Howells <dhowells@redhat.com>
Fri, 20 Mar 2015 13:37:38 +0000 (10:37 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 3 Apr 2015 01:24:00 +0000 (22:24 -0300)
commit49e43bfe3e1fe5261d06b326d67ead5bc1e127f1
tree21b81a5937d8819aa93f5357a50a90d607fb34b2
parent7a22512925cdbc84f823ff05f1b2ef426eb676c4
[media] m88ts2022: Nested loops shouldn't use the same index variable

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>
drivers/media/tuners/m88ts2022.c