Commit 91693cbc authored by Stephen Boyd's avatar Stephen Boyd Committed by Rob Clark
Browse files

drm/msm/dpu: Add newline to printks



Printk messages need newlines. Add it here.

Cc: Abhinav Kumar <abhinavk@codeaurora.org>
Cc: Jeykumar Sankaran <jsanka@codeaurora.org>
Fixes: 25fdd593 ("drm/msm: Add SDM845 DPU support")
Signed-off-by: default avatarStephen Boyd <swboyd@chromium.org>
Reviewed-by: default avatarAbhinav Kumar <abhinavk@codeaurora.org>
Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent 6625e263
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -839,7 +839,7 @@ static int dpu_crtc_atomic_check(struct drm_crtc *crtc,
	}

	mode = &state->adjusted_mode;
	DPU_DEBUG("%s: check", dpu_crtc->name);
	DPU_DEBUG("%s: check\n", dpu_crtc->name);

	/* force a full mode set if active state changed */
	if (state->active_changed)
@@ -947,7 +947,7 @@ static int dpu_crtc_atomic_check(struct drm_crtc *crtc,
		}

		pstates[i].dpu_pstate->stage = z_pos + DPU_STAGE_0;
		DPU_DEBUG("%s: zpos %d", dpu_crtc->name, z_pos);
		DPU_DEBUG("%s: zpos %d\n", dpu_crtc->name, z_pos);
	}

	for (i = 0; i < multirect_count; i++) {