On 01/10/2021 18:11, Sean Paul wrote:
From: Sean Paul <[email protected]>

Audio is initialized last, it should be de-initialized first to match
the order in dp_init_sub_modules().

Reviewed-by: Abhinav Kumar <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Signed-off-by: Sean Paul <[email protected]>
Link: 
https://patchwork.freedesktop.org/patch/msgid/[email protected]
 #v1
Link: 
https://patchwork.freedesktop.org/patch/msgid/[email protected]
 #v2

Reviewed-by: Dmitry Baryshkov <[email protected]>


Changes in v2:
-None
---
  drivers/gpu/drm/msm/dp/dp_display.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/msm/dp/dp_display.c 
b/drivers/gpu/drm/msm/dp/dp_display.c
index fbe4c2cd52a3..19946024e235 100644
--- a/drivers/gpu/drm/msm/dp/dp_display.c
+++ b/drivers/gpu/drm/msm/dp/dp_display.c
@@ -714,9 +714,9 @@ static int dp_irq_hpd_handle(struct dp_display_private *dp, 
u32 data)
  static void dp_display_deinit_sub_modules(struct dp_display_private *dp)
  {
        dp_debug_put(dp->debug);
+       dp_audio_put(dp->audio);
        dp_panel_put(dp->panel);
        dp_aux_put(dp->aux);
-       dp_audio_put(dp->audio);
  }
static int dp_init_sub_modules(struct dp_display_private *dp)



--
With best wishes
Dmitry

Reply via email to