OSDN Git Service

[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)
commit67e6590aa9384f87492e20f78a5943718baa695b
tree21b81a5937d8819aa93f5357a50a90d607fb34b2
parent0fd68f2f7aee2343f2396188362ba41447d8004f
[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