From: David Howells Date: Fri, 20 Mar 2015 13:37:38 +0000 (-0300) Subject: [media] m88ts2022: Nested loops shouldn't use the same index variable X-Git-Tag: omap-for-v4.2/o2_dc~62^2~1^2~115 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e6590aa9384f87492e20f78a5943718baa695b;p=pandora-kernel.git [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 Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed