On Fri, 02 Jan 2026 16:55:52 +0100, Osama Abdelkader wrote:
> Fix several issues in dw_dp_bind() error handling:
> 
> 1. Missing return after drm_bridge_attach() failure - the function
>    continued execution instead of returning an error.
> 
> 2. Resource leak: drm_dp_aux_register() is not a devm function, so
>    drm_dp_aux_unregister() must be called on all error paths after
>    aux registration succeeds. This affects errors from:
>    - drm_bridge_attach()
>    - phy_init()
>    - devm_add_action_or_reset()
>    - platform_get_irq()
>    - devm_request_threaded_irq()
> 
> [...]

Applied, thanks!

[1/1] drm/bridge: synopsys: dw-dp: fix error paths of dw_dp_bind
      commit: 1a0f69e3c28477b97d3609569b7e8feb4b6162e8

Best regards,
-- 
Luca Ceresoli <[email protected]>

Reply via email to