commit | c099b73a29278c22a768a8c203c584e803388490 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Jan 11 14:24:33 2017 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Feb 03 11:18:33 2017 -0200 |
tree | c7bfea8302362ebc53f816791a9a6891bd754351 | |
parent | 676c002af672d05ccf64ddd0927cbf4d170cc6aa [diff] |
[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>