RE: [PATCH] drm/display: guard if clause

2022-09-01 Thread Chen, Guchun
ng, Asher ; amd-gfx@lists.freedesktop.org; Lee, Alvin ; Lei, Jun ; Chen, Guchun Subject: Re: [PATCH] drm/display: guard if clause Well please adjust the subject line, that should read something like "drm/amd/display:..." or "drm/amdgpu:...". Am 01.09.22 um 11:11 schrieb Asher Song:

Re: [PATCH] drm/display: guard if clause

2022-09-01 Thread Christian König
Well please adjust the subject line, that should read something like "drm/amd/display:..." or "drm/amdgpu:...". Am 01.09.22 um 11:11 schrieb Asher Song: To eliminate the following compiling error, guard if clause. drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c: In function 'commit_planes_

[PATCH] drm/display: guard if clause

2022-09-01 Thread Asher Song
To eliminate the following compiling error, guard if clause. drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c: In function 'commit_planes_for_stream': drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:3521:2: error: this 'if' clause does not guard... [-Werror=misleading-indentation] drivers/g