Re: [PATCH] drm/msm/dp: switch to devm_drm_of_get_bridge

From: Stephen Boyd
Date: Tue Feb 22 2022 - 16:08:04 EST


Quoting José Expósito (2022-02-20 23:33:39)
> The function "drm_of_find_panel_or_bridge" has been deprecated in
> favor of "devm_drm_of_get_bridge".
>
> Switch to the new function and reduce boilerplate.
>
> Signed-off-by: José Expósito <jose.exposito89@xxxxxxxxx>
> ---

Dmitry is rewriting this code in a larger series. This patch is
superseded by that work.