summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_agpsupport.c
diff options
context:
space:
mode:
authorJordan Crouse <jcrouse@codeaurora.org>2019-05-07 13:18:09 -0600
committerRob Clark <robdclark@chromium.org>2019-06-18 13:52:10 -0700
commit36415615adf4b55668a99ba4565bdd38733e5bff (patch)
treeb1bca5a77cec5f18d83c07c95047b1020277b6ed /drivers/gpu/drm/drm_agpsupport.c
parent295b22ae596c1d2dd8a4eb597d576f43acb4da6f (diff)
drm/msm/dpu: Fix error recovery after failing to enable clocks
If enabling clocks fails in msm_dss_enable_clk() the code to unwind the settings starts at 'i' which is the clock that just failed. While this isn't harmful it does result in a number of warnings from the clock subsystem while trying to unpreare/disable the very clock that had just failed to prepare/enable. Skip the current failed clock during the unwind to to avoid the extra log spew. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/drm_agpsupport.c')
0 files changed, 0 insertions, 0 deletions