aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c
diff options
context:
space:
mode:
authorShirish S <[email protected]>2018-12-20 10:38:02 +0000
committerAlex Deucher <[email protected]>2019-01-14 20:04:45 +0000
commit785fd44c251c08c1490e20daec604f0f924dd7fc (patch)
treeb4c204a633310ad0a050498c6c20bd9dc65c6d5b /drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c
parentdrm/amd/display: Expand set_pixel_clock debug log message (diff)
downloadkernel-785fd44c251c08c1490e20daec604f0f924dd7fc.tar.gz
kernel-785fd44c251c08c1490e20daec604f0f924dd7fc.zip
drm/amd/display: fix compliler errors [-Werror,-Wmissing-braces]
Initializing structures with { } is known to be problematic since it doesn't necessararily initialize all bytes, in case of padding, causing random failures when structures are memcmp(). This patch fixes the structure initialisation related compiler error by memset. Signed-off-by: Shirish S <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c')
0 files changed, 0 insertions, 0 deletions