mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
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 <colin.king@canonical.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
3f3475a5c7
commit
afaff559ae
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user