Skip to content

Commit 74280c3

Browse files
Alez87nmenon
authored andcommitted
soc: ti: knav_qmss_queue: Drop redundant continue statement
Remove the statement "continue" at the end of the loop where it becomes useless. Problem found with Coccinelle static analysis tool, using continue.cocci script (coccinelle.gitlabpages.inria.fr/website/rules/continue.cocci) Signed-off-by: Alessandro Zanni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nishanth Menon <[email protected]>
1 parent 10b8a0c commit 74280c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/soc/ti/knav_qmss_queue.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,6 @@ static void kdesc_empty_pool(struct knav_pool *pool)
722722
if (!desc) {
723723
dev_dbg(pool->kdev->dev,
724724
"couldn't unmap desc, continuing\n");
725-
continue;
726725
}
727726
}
728727
WARN_ON(i != pool->num_desc);

0 commit comments

Comments
 (0)