mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 11:40:19 -04:00
drm/amd/display: Remove redundant semicolons
Remove unnecessary semicolons.
Fixes: dda4fb85e4 ("drm/amd/display: DML changes for DCN32/321")
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
3e03525ce1
commit
90b810dd85
@@ -139,7 +139,6 @@ void dml32_rq_dlg_get_rq_reg(display_rq_regs_st *rq_regs,
|
||||
if (dual_plane) {
|
||||
unsigned int p1_pte_row_height_linear = get_dpte_row_height_linear_c(mode_lib, e2e_pipe_param,
|
||||
num_pipes, pipe_idx);
|
||||
;
|
||||
if (src->sw_mode == dm_sw_linear)
|
||||
ASSERT(p1_pte_row_height_linear >= 8);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user