]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
drm/amd/display: Fix brace style in dm_handle_hpd_rx_irq()
authorTom St Denis <tom.stdenis@amd.com>
Tue, 17 Oct 2017 13:00:33 +0000 (09:00 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:53:19 +0000 (16:53 -0400)
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Acked-by: Andrey Grodzovsky <andey.grodzovsky@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index 7999eadddd75f62c61ab7b9b41dd08d90bbc7435..2b57bfc8ec4079f44cf64abbcf7a32a55d27468b 100644 (file)
@@ -1010,8 +1010,9 @@ static void dm_handle_hpd_rx_irq(struct amdgpu_dm_connector *aconnector)
                                dpcd_bytes_to_read);
 
                        new_irq_handled = false;
-               } else
+               } else {
                        break;
+               }
        }
 
        if (process_count == max_process_count)