media: saa7164: remove redundant assignment to variable idx
authorColin Ian King <colin.i.king@gmail.com>
Sun, 30 Jan 2022 23:21:40 +0000 (23:21 +0000)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 22 Feb 2022 08:41:11 +0000 (09:41 +0100)
commite6f1fc41343dc6635afe3938a66aca3444b92f6e
treece4747089b60abd7d453905a95ddd577843908a4
parent5e10543b86f1f4e6025b4de4fc749476348b0f8d
media: saa7164: remove redundant assignment to variable idx

Variable idx is being assigned a value that is never read, it is being
re-assigned a new value in the following for-loop. The assignment is
redundant and can be removed.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/pci/saa7164/saa7164-cmd.c