[Intel-gfx] [PATCH 1/7] drm/i915/mst: fix intel_dp_mst_hpd_irq() indentation
Jani Nikula
jani.nikula at intel.com
Tue Jan 4 17:39:45 UTC 2022
Remove extra indentation.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
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
More information about the Intel-gfx
mailing list