Re: [PATCH 4/4] drm/i915: Drop pointless (void*) cast

2024-03-08 Thread Jani Nikula
On Thu, 07 Mar 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > Remove the pointless (void*) cast, the incoming pointer is already > the correct type. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/intel_sdvo.c | 2 +- > 1 file changed, 1

[PATCH 4/4] drm/i915: Drop pointless (void*) cast

2024-03-07 Thread Ville Syrjala
From: Ville Syrjälä Remove the pointless (void*) cast, the incoming pointer is already the correct type. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_sdvo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_sdvo.c