Skip to content

Commit 7075893

Browse files
melissawenalexdeucher
authored andcommitted
drm/amd/display: cleanup inconsistent indenting in amdgpu_dm_color
smatch warnings: amdgpu_dm_update_plane_color_mgmt() warn: inconsistent indenting Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Melissa Wen <[email protected]> Reviewed-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 50e6018 commit 7075893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ int amdgpu_dm_update_plane_color_mgmt(struct dm_crtc_state *crtc,
12391239
if (has_crtc_cm_degamma && ret != -EINVAL) {
12401240
drm_dbg_kms(crtc->base.crtc->dev,
12411241
"doesn't support plane and CRTC degamma at the same time\n");
1242-
return -EINVAL;
1242+
return -EINVAL;
12431243
}
12441244

12451245
/* If we are here, it means we don't have plane degamma settings, check

0 commit comments

Comments
 (0)