aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-04-10 16:18:13 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-21 13:25:33 +0200
commitd45c9313782b3bde8da60e0f6c666a559da7243d (patch)
treed9a69c2a12d183809adddc6a19bfbaae647b9fe5 /drivers/media/usb
parentmedia: pwc-ctl: remove redundant assignment to variable ret (diff)
downloadwireguard-linux-d45c9313782b3bde8da60e0f6c666a559da7243d.tar.xz
wireguard-linux-d45c9313782b3bde8da60e0f6c666a559da7243d.zip
media: gspca: remove redundant assignment to variable status
The variable status is being assigned a value that is never read. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/gspca/mr97310a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/gspca/mr97310a.c b/drivers/media/usb/gspca/mr97310a.c
index 502fc2eaffe0..464aa61cd914 100644
--- a/drivers/media/usb/gspca/mr97310a.c
+++ b/drivers/media/usb/gspca/mr97310a.c
@@ -287,7 +287,6 @@ static int zero_the_pointer(struct gspca_dev *gspca_dev)
return err_code;
err_code = cam_get_response16(gspca_dev, 0x21, 0);
- status = data[0];
tries++;
if (err_code < 0)
return err_code;