]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Fix compile error on older GCC versions
authorLeo (Sunpeng) Li <sunpeng.li@amd.com>
Mon, 18 Jun 2018 16:23:03 +0000 (12:23 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Jul 2018 19:49:43 +0000 (14:49 -0500)
commit61a1ce55aabc4b6e8675ace24c800b245595b0e2
treef8a1db866b852727b90d229a9b23f817a4b9b5f9
parent4f22a74bbd1e6403b919b8ae12f49210d1bc7c02
drm/amd/display: Fix compile error on older GCC versions

GCC 4.9 reports a 'missing braces around initializer' error. This is a
bug, documented here:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119

Fix it by adding another brace.

Signed-off-by: Leo (Sunpeng) Li <sunpeng.li@amd.com>
Reviewed-by: Mikita Lipski <Mikita.Lipski@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c