drm/xe/gt: Remove continue statement which has no effect
authorTejas Upadhyay <tejas.upadhyay@intel.com>
Mon, 18 Mar 2024 11:40:57 +0000 (17:10 +0530)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 20 Mar 2024 17:11:48 +0000 (10:11 -0700)
commitdd1c61057e9e3309aca99e6c215cf964f92c90c1
tree264504fefcbc546ab929521261e2e8c10369ae5a
parent3896b1695f9b4aac42daf189caa2562d44774e2f
drm/xe/gt: Remove continue statement which has no effect

Remove continue statement which does not have real effect
as no actions are to be taken post continue.

Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240318114057.3831274-1-tejas.upadhyay@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_irq.c