commit | 0680a622318b8d657323b94082f4b9a44038dfee | [log] [tgz] |
---|---|---|
author | Yu Kuai <yukuai3@huawei.com> | Fri Sep 11 19:21:51 2020 +0800 |
committer | Chun-Kuang Hu <chunkuang.hu@kernel.org> | Thu Sep 17 06:58:01 2020 +0800 |
tree | a249801f026fb44fddaaeb8107254ecd689fb59a | |
parent | 2132940f2192824acf160d115192755f7c58a847 [diff] |
drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata() 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: 8f83f26891e1 ("drm/mediatek: Add HDMI support") Signed-off-by: Yu Kuai <yukuai3@huawei.com> Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>