From: Colin Ian King Date: Fri, 18 Jun 2021 09:50:20 +0000 (+0200) Subject: media: saa7164: remove redundant continue statement X-Git-Tag: v5.15-rc1~149^2~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afaff559ae98fec64e7e066749ab135577c17ddd;p=thirdparty%2Fkernel%2Flinux.git media: saa7164: remove redundant continue statement The continue statement at the end of a for-loop has no effect, remove it. Addresses-Coverity: ("Continue has no effect") Signed-off-by: Colin Ian King Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/pci/saa7164/saa7164-cmd.c b/drivers/media/pci/saa7164/saa7164-cmd.c index 716162055fb7b..a65d810ce212b 100644 --- a/drivers/media/pci/saa7164/saa7164-cmd.c +++ b/drivers/media/pci/saa7164/saa7164-cmd.c @@ -549,9 +549,6 @@ int saa7164_cmd_send(struct saa7164_dev *dev, u8 id, enum tmComResCmd command, /* See of other commands are on the bus */ if (saa7164_cmd_dequeue(dev) != SAA_OK) printk(KERN_ERR "dequeue(3) failed\n"); - - continue; - } /* (loop) */ /* Release the sequence number allocation */