soc: ti: knav_qmss_queue: Drop redundant continue statement
authorAlessandro Zanni <alessandro.zanni87@gmail.com>
Tue, 24 Sep 2024 21:46:10 +0000 (23:46 +0200)
committerNishanth Menon <nm@ti.com>
Fri, 25 Oct 2024 13:59:19 +0000 (08:59 -0500)
commit74280c3d73143dcb976491fc085ccb0437cb5f0e
tree644ed4c40e42838354246b0580e40fc675729663
parent10b8a0cc84d28decb75bfc91f4395e176228a4ff
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>
drivers/soc/ti/knav_qmss_queue.c