media: mxl111sf: remove redundant assignment to index
authorColin Ian King <colin.king@canonical.com>
Sun, 29 Oct 2017 12:50:58 +0000 (08:50 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Oct 2017 11:27:14 +0000 (07:27 -0400)
commitd1e2885e1e9bbc8d2d8d90d16c53977477c8d115
treef198b1966e52ce8407fe1ee61f0533ec413b17b2
parentda6a7a7806dfec0d7358bba474084abba03046a3
media: mxl111sf: remove redundant assignment to index

Variable index is set to zero and then set to zero again
a few lines later in a for loop initialization. Remove the
redundant setting of index to zero. Cleans up the clang
warning:

drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c:519:3: warning: Value
stored to 'index' is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c