[media] gspca_stv06xx: remove redundant check for err < 0
commitc099b73a29278c22a768a8c203c584e803388490
authorColin Ian King <colin.king@canonical.com>
Wed, 11 Jan 2017 16:24:33 +0000 (11 14:24 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 3 Feb 2017 13:18:33 +0000 (3 11:18 -0200)
treec7bfea8302362ebc53f816791a9a6891bd754351
parent676c002af672d05ccf64ddd0927cbf4d170cc6aa
[media] gspca_stv06xx: remove redundant check for err < 0

The comparison of err < 0 is redundant as err has been previously
been assigned to 0 and has not changed.  Remove the redundant check.

Fixes CoverityScan CID#703363 ("Logically dead code")

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/gspca/stv06xx/stv06xx_vv6410.c