On Mon, 08 Jun 2026 16:35:43 +0200, Maxime Ripard <[email protected]> wrote: > The drm_bridge_funcs.atomic_reset documentation states that the hook > must return either a valid drm_bridge_state object or an ERR_PTR(). > > The cdns_dsi_bridge_atomic_reset() callback returns NULL when the > allocation of its state fails, violating this contract. > > Return ERR_PTR(-ENOMEM) instead. > > [...]
Reviewed-by: Luca Ceresoli <[email protected]> -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
