On Tue, 16 Dec 2025 18:58:48 +0100, Luca Ceresoli wrote: > In preparation for using bridge->next_bridge, we need to ensure that it > will never contain anything but NULL or a valid bridge pointer. Current > code stores an ERR_PTR when imx8qxp_pxl2dpi_find_next_bridge() errors > out. Instead of fixing that after the facts in the caller, change the > function to internally set the next_pointer and just return an int error > > [ ... ]
Reviewed-by: Maxime Ripard <[email protected]> Thanks! Maxime
