drm/i915/selftest: Remove avoidable init assignment
authorTejas Upadhyay <tejas.upadhyay@intel.com>
Tue, 7 Mar 2023 09:46:43 +0000 (15:16 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 7 Mar 2023 19:20:43 +0000 (14:20 -0500)
commit6e9213287ce4d75765d2806986d4e3c7e4991b3b
treec92d714a6b561a0d7421cad4933d79e15fe23baa
parent4d14d7717f19fb1125496b1fd836ca89f11d540f
drm/i915/selftest: Remove avoidable init assignment

We can skip the assignment and i915 variable
altogether and use refernce directly. Also used at
single place only.

Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230307094643.532271-1-tejas.upadhyay@intel.com
drivers/gpu/drm/i915/selftests/i915_request.c