Re: (subset) [PATCH] drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_get

From: Maxime Ripard
Date: Tue Jan 11 2022 - 04:50:35 EST


On Fri, 7 Jan 2022 08:36:32 +0000, Miaoqian Lin wrote:
> The reference taken by 'of_find_device_by_node()' must be released when
> not needed anymore.
> Add the corresponding 'put_device()' in the error handling path.
>
>

Applied to drm/drm-misc (drm-misc-fixes).

Thanks!
Maxime