Remove extra indentation.

Signed-off-by: Jani Nikula <[email protected]>
---
 drivers/gpu/drm/i915/display/intel_dp.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dp.c 
b/drivers/gpu/drm/i915/display/intel_dp.c
index d6d8c9922feb..357c39e09bf6 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -3617,12 +3617,12 @@ static void intel_dp_handle_test_request(struct 
intel_dp *intel_dp)
 static void
 intel_dp_mst_hpd_irq(struct intel_dp *intel_dp, u8 *esi, bool *handled)
 {
-               drm_dp_mst_hpd_irq(&intel_dp->mst_mgr, esi, handled);
+       drm_dp_mst_hpd_irq(&intel_dp->mst_mgr, esi, handled);
 
-               if (esi[1] & DP_CP_IRQ) {
-                       intel_hdcp_handle_cp_irq(intel_dp->attached_connector);
-                       *handled = true;
-               }
+       if (esi[1] & DP_CP_IRQ) {
+               intel_hdcp_handle_cp_irq(intel_dp->attached_connector);
+               *handled = true;
+       }
 }
 
 /**
-- 
2.30.2

Reply via email to