Skip to content

Commit 7957504

Browse files
Damon Dingrkhuangtao
authored andcommitted
drm/rockchip: vop2: fix the log in vop2_plane_mask_check()
Fix the unexpected '\n' in the middle of the log. Fixes: c6b6f42 ("drm/rockchip: vop2: Add human readable log output info") Change-Id: Ifc857fb67187d9afd189cb7ff1e4dff0f31c9ab3 Signed-off-by: Damon Ding <[email protected]>
1 parent 2c67eda commit 7957504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/rockchip/rockchip_drm_vop2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14854,7 +14854,7 @@ static bool vop2_plane_mask_check(struct vop2 *vop2)
1485414854
plane_mask != vop2_data->plane_mask_base) {
1485514855
full_plane = vop2_plane_mask_to_string(vop2_data->plane_mask_base);
1485614856
current_plane = vop2_plane_mask_to_string(plane_mask);
14857-
DRM_WARN("all windows should be assigned, full plane mask: %s[0x%x], current plane mask: %s[0x%x\n]",
14857+
DRM_WARN("all windows should be assigned, full plane mask: %s[0x%x], current plane mask: %s[0x%x]\n",
1485814858
full_plane, vop2_data->plane_mask_base, current_plane, plane_mask);
1485914859
kfree(full_plane);
1486014860
kfree(current_plane);

0 commit comments

Comments
 (0)