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

2024-12-12 Thread Jani Nikula
On Thu, 12 Dec 2024, 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. > > Reviewed-by: Rodrigo Vivi > Signed-off-by: Imre Deak Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/intel_dp_ms

[PATCH v3 10/11] drm/i915/dp_mst: Fix error handling while adding a connector

2024-12-11 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. Reviewed-by: Rodrigo Vivi Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/display/intel_dp_mst.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) dif