linux/drivers/gpu/drm/mediatek
Yu Kuai f47ba6941d drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata()
[ Upstream commit 0680a62231 ]

if of_find_device_by_node() succeed, mtk_drm_kms_init() doesn't have
a corresponding put_device(). Thus add jump target to fix the exception
handling for this function implementation.

Fixes: 8f83f26891 ("drm/mediatek: Add HDMI support")
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-09-23 12:11:00 +02:00
..
Kconfig
Makefile
mtk_cec.c
mtk_cec.h
mtk_disp_color.c
mtk_disp_ovl.c
mtk_disp_rdma.c
mtk_dpi_regs.h
mtk_dpi.c
mtk_drm_crtc.c drm/mediatek: Find the cursor plane instead of hard coding it 2020-03-25 08:06:05 +01:00
mtk_drm_crtc.h
mtk_drm_ddp_comp.c
mtk_drm_ddp_comp.h
mtk_drm_ddp.c
mtk_drm_ddp.h
mtk_drm_drv.c drm/mediatek: Add exception handing in mtk_drm_probe() if component init fail 2020-09-23 12:11:00 +02:00
mtk_drm_drv.h drm/mediatek: set DMA max segment size 2019-09-10 10:33:45 +01:00
mtk_drm_fb.c
mtk_drm_fb.h
mtk_drm_gem.c
mtk_drm_gem.h
mtk_drm_plane.c drm/mediatek: Check plane visibility in atomic_update 2020-07-16 08:17:24 +02:00
mtk_drm_plane.h
mtk_dsi.c drm/mediatek: call mtk_dsi_stop() after mtk_drm_crtc_atomic_disable() 2019-07-10 09:53:34 +02:00
mtk_hdmi_ddc.c
mtk_hdmi_regs.h
mtk_hdmi.c drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata() 2020-09-23 12:11:00 +02:00
mtk_hdmi.h
mtk_mipi_tx.c
mtk_mt8173_hdmi_phy.c