diff options
| author | Shirish S <[email protected]> | 2018-12-20 16:08:02 +0530 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-01-14 15:04:45 -0500 |
| commit | 785fd44c251c08c1490e20daec604f0f924dd7fc (patch) | |
| tree | b4c204a633310ad0a050498c6c20bd9dc65c6d5b /tools/perf/scripts/python | |
| parent | b187af3709131f0530995b1abb9da4c18026417b (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 <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions