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 <alessandro.zanni87@gmail.com> Link: https://lore.kernel.org/r/20240924214612.38854-1-alessandro.zanni87@gmail.com Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
committed by
Nishanth Menon
parent
10b8a0cc84
commit
74280c3d73
@@ -722,7 +722,6 @@ static void kdesc_empty_pool(struct knav_pool *pool)
|
||||
if (!desc) {
|
||||
dev_dbg(pool->kdev->dev,
|
||||
"couldn't unmap desc, continuing\n");
|
||||
continue;
|
||||
}
|
||||
}
|
||||
WARN_ON(i != pool->num_desc);
|
||||
|
||||
Reference in New Issue
Block a user