]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
drm/amdgpu/display: clean up some indenting
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 24 Feb 2020 10:31:20 +0000 (13:31 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Mar 2020 15:52:35 +0000 (11:52 -0400)
These lines were accidentally indented 4 spaces more than they should
be.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index f7ab9ae58a0601f2957fac2260a4e40f3c664200..4ce3f6140c12e17f3c8bb43018fe4e19ce53b0ab 100644 (file)
@@ -2225,10 +2225,10 @@ static void handle_hpd_rx_irq(void *param)
                }
        }
 #ifdef CONFIG_DRM_AMD_DC_HDCP
-           if (hpd_irq_data.bytes.device_service_irq.bits.CP_IRQ) {
-                   if (adev->dm.hdcp_workqueue)
-                           hdcp_handle_cpirq(adev->dm.hdcp_workqueue,  aconnector->base.index);
-           }
+       if (hpd_irq_data.bytes.device_service_irq.bits.CP_IRQ) {
+               if (adev->dm.hdcp_workqueue)
+                       hdcp_handle_cpirq(adev->dm.hdcp_workqueue,  aconnector->base.index);
+       }
 #endif
        if ((dc_link->cur_link_settings.lane_count != LANE_COUNT_UNKNOWN) ||
            (dc_link->type == dc_connection_mst_branch))