Re: [Freedreno] [PATCH] drm/msm/dsi: Fix missing put_device() call in dsi_get_phy

2022-01-19 Thread Dmitry Baryshkov
On 30/12/2021 10:09, Miaoqian Lin wrote: If of_find_device_by_node() succeeds, dsi_get_phy() doesn't a corresponding put_device(). Thus add put_device() to fix the exception handling. Fixes: ec31abf ("drm/msm/dsi: Separate PHY to another platform device") Signed-off-by: Miaoqian Lin Reviewed-

[Freedreno] [PATCH] drm/msm/dsi: Fix missing put_device() call in dsi_get_phy

2021-12-30 Thread Miaoqian Lin
If of_find_device_by_node() succeeds, dsi_get_phy() doesn't a corresponding put_device(). Thus add put_device() to fix the exception handling. Fixes: ec31abf ("drm/msm/dsi: Separate PHY to another platform device") Signed-off-by: Miaoqian Lin --- drivers/gpu/drm/msm/dsi/dsi.c | 7 ++- 1 file