]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Remove semicolon from to_dm_plane_state definition
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Mon, 25 Mar 2019 19:27:01 +0000 (15:27 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Apr 2019 18:53:27 +0000 (13:53 -0500)
commite3fc070ed46e62d8c98d6a5b48b375f51d4a631e
tree98a6ad3d5b06a7a3314433ad6d1c50918a4519d5
parent99bda0143f64b8316aa17f3f9e7d5069922079fa
drm/amd/display: Remove semicolon from to_dm_plane_state definition

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 <nicholas.kazlauskas@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h