diff options
author | 2022-04-20 01:16:40 +0000 | |
---|---|---|
committer | 2022-04-21 14:22:47 +0200 | |
commit | 9f15930bb2ef9f031d62ffc49629cbae89137733 (patch) | |
tree | ee5c5e9a5ac5dd680f75722aac4f1774eff4d202 /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |
parent | drm/amdgpu: remove pointless ttm_eu usage from DM (diff) | |
download | linux-rng-9f15930bb2ef9f031d62ffc49629cbae89137733.tar.xz linux-rng-9f15930bb2ef9f031d62ffc49629cbae89137733.zip |
drm/bridge: Fix error handling in analogix_dp_probe
In the error handling path, the clk_prepare_enable() function
call should be balanced by a corresponding 'clk_disable_unprepare()'
call, as already done in the remove function.
Fixes: 3424e3a4f844 ("drm: bridge: analogix/dp: split exynos dp driver to bridge directory")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220420011644.25730-1-linmq006@gmail.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
0 files changed, 0 insertions, 0 deletions