Re: [PATCH 4/4] drm/i915/dp_mst: Fix error handling while adding a connector

2024-11-15 Thread Rodrigo Vivi
On Fri, Nov 15, 2024 at 06:41:59PM +0200, Imre Deak wrote: > After an error during adding an MST connector the MST port and the > intel_connector object could be leaked, fix this up. > > Signed-off-by: Imre Deak Reviewed-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/display/intel_dp_mst.c | 1

[PATCH 4/4] drm/i915/dp_mst: Fix error handling while adding a connector

2024-11-15 Thread Imre Deak
After an error during adding an MST connector the MST port and the intel_connector object could be leaked, fix this up. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/display/intel_dp_mst.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/i