drm/xe: Remove uninitialized end var from xe_gt_tlb_invalidation_range()
authorNirmoy Das <nirmoy.das@intel.com>
Mon, 29 Apr 2024 20:30:39 +0000 (22:30 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 30 Apr 2024 13:13:33 +0000 (06:13 -0700)
commite29a7a34c3cf140ceb2f994a8eae0b68d21e357e
treef0378f6a1b071b33a3d02fe064f49b5560fc02e1
parent4caf410766add8cf376a3afc910b17dd0961dd75
drm/xe: Remove uninitialized end var from xe_gt_tlb_invalidation_range()

This fixes commit c4f18703629d ("drm/xe: Add
xe_gt_tlb_invalidation_range and convert PT layer to use this")
which added the end variable as part of the function param.

v2: Add fixes tag(Matt)

Fixes: c4f18703629d ("drm/xe: Add xe_gt_tlb_invalidation_range and convert PT layer to use this")
Cc: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240429203039.26918-1-nirmoy.das@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c