Re: [PATCH] drm/amd/display: Remove semicolon from to_dm_plane_state definition

2019-04-09 Thread Li, Sun peng (Leo)
On 2019-03-25 3:27 p.m., Nicholas Kazlauskas wrote: > The extra ; in the macro definition creates an empty statement > preventing any variable declarations from occuring after > any use of to_dm_plane_state(...). > > Signed-off-by: Nicholas Kazlauskas Reviewed-by: Leo Li > --- >

[PATCH] drm/amd/display: Remove semicolon from to_dm_plane_state definition

2019-03-25 Thread Nicholas Kazlauskas
The extra ; in the macro definition creates an empty statement preventing any variable declarations from occuring after any use of to_dm_plane_state(...). Signed-off-by: Nicholas Kazlauskas --- drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff