From: Márton Németh Date: Sat, 23 Jan 2010 13:44:14 +0000 (-0300) Subject: V4L/DVB: zoran: remove variable shadowing X-Git-Tag: v2.6.34-rc1~280^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aba72cf76d21527dc73403e4147397375c8c232;p=pandora-kernel.git V4L/DVB: zoran: remove variable shadowing The loop counter j is declared twice in function error_handler(). Remove the redundant declaration. This will remove the following sparse warning (see "make C=1"): * symbol 'j' shadows an earlier one Signed-off-by: Márton Németh Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed