media: saa7146: remove redundant assignments of i to zero
authorColin Ian King <colin.i.king@gmail.com>
Sun, 5 Dec 2021 00:17:17 +0000 (01:17 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 14 Dec 2021 15:19:03 +0000 (16:19 +0100)
commit213173d958a3b07169d697faac8bb4b7ae88db49
treed45f01f7c353c888df406ea2f4eac5d1977c7a31
parentf66dcb32af19faf49cc4a9222c3152b10c6ec84a
media: saa7146: remove redundant assignments of i to zero

The variable i is assigned the value 0 and each time the value is
never read after it has been assigned. The assignments are redundant
and can be removed.

Link: https://lore.kernel.org/linux-media/20211205001717.178416-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/pci/saa7146/mxb.c