commit | 6aba72cf76d21527dc73403e4147397375c8c232 | [log] [tgz] |
---|---|---|
author | Márton Németh <nm127@freemail.hu> | Sat Jan 23 10:44:14 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Feb 26 15:10:49 2010 -0300 |
tree | 327e4893812f86d8f5bd1e299c8c84e1ca80515c | |
parent | db1b72650d22b8ac3ce56aa90c4fe1314f1876cb [diff] |
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 <nm127@freemail.hu> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>