aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
authorShirish S <shirish.s@amd.com>2018-12-20 16:08:02 +0530
committerAlex Deucher <alexander.deucher@amd.com>2019-01-14 15:04:45 -0500
commit785fd44c251c08c1490e20daec604f0f924dd7fc (patch)
treeb4c204a633310ad0a050498c6c20bd9dc65c6d5b /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
parentb187af3709131f0530995b1abb9da4c18026417b (diff)
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 <shirish.s@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
0 files changed, 0 insertions, 0 deletions