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)
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

index 2275ca35a3c79552b7e08debb5b31a90dee4d8c1..996806353171b31cea04a052999174fb94612187 100644 (file)
@@ -326,7 +326,6 @@ static void gt_irq_handler(struct xe_tile *tile,
                                        xe_heci_gsc_irq_handler(xe, intr_vec);
                                else
                                        gt_other_irq_handler(engine_gt, instance, intr_vec);
-                               continue;
                        }
                }
        }