Re: (subset) [PATCH] drm/sun4i: fix missing component unbind on bind errors

2023-03-07 Thread Maxime Ripard
On Mon, 06 Mar 2023 11:32:42 +0100, Johan Hovold wrote: > Make sure to unbind all subcomponents when binding the aggregate device > fails. > > Applied to drm/drm-misc (drm-misc-fixes). Thanks! Maxime

[PATCH] drm/sun4i: fix missing component unbind on bind errors

2023-03-06 Thread Johan Hovold
Make sure to unbind all subcomponents when binding the aggregate device fails. Fixes: 9026e0d122ac ("drm: Add Allwinner A10 Display Engine support") Cc: sta...@vger.kernel.org # 4.7 Cc: Maxime Ripard Signed-off-by: Johan Hovold --- Note that this one has only been compile tested. Johan