[PATCH] drm/xe/gt: Remove continue statement which has no effect

Ghimiray, Himal Prasad himal.prasad.ghimiray at intel.com
Mon Mar 18 11:36:50 UTC 2024



> -----Original Message-----
> From: Upadhyay, Tejas <tejas.upadhyay at intel.com>
> Sent: 18 March 2024 17:11
> To: intel-xe at lists.freedesktop.org
> Cc: Ghimiray, Himal Prasad <himal.prasad.ghimiray at intel.com>; Upadhyay,
> Tejas <tejas.upadhyay at intel.com>
> Subject: [PATCH] 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 at intel.com>
> ---
>  drivers/gpu/drm/xe/xe_irq.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_irq.c b/drivers/gpu/drm/xe/xe_irq.c
> index 2275ca35a3c7..996806353171 100644
> --- a/drivers/gpu/drm/xe/xe_irq.c
> +++ b/drivers/gpu/drm/xe/xe_irq.c
> @@ -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;
LGTM.
Reviewed-by: Himal Prasad Ghimiray<himal.prasad.ghimiray at intel.com>
>  			}
>  		}
>  	}
> --
> 2.25.1



More information about the Intel-xe mailing list