diff options
author | 2020-11-03 00:11:47 +0530 | |
---|---|---|
committer | 2020-11-04 17:09:36 -0500 | |
commit | 87fb78331e14e91780dbcecefd5425e612c8c67b (patch) | |
tree | 81ece52be6daf639ec8dba5ad254739c1baef5ed /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/amdgpu: set LDS_CONFIG=0x20 on Navy Flounder to fix a GPU hang (v2) (diff) | |
download | linux-dev-87fb78331e14e91780dbcecefd5425e612c8c67b.tar.xz linux-dev-87fb78331e14e91780dbcecefd5425e612c8c67b.zip |
drm/amdgpu: do not initialise global variables to 0 or NULL
Initializing global variable to 0 or NULL is not necessary and should
be avoided. Issue reported by checkpatch script as:
ERROR: do not initialise globals to 0 (or NULL).
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions