diff options
author | Deepak R Varma <mh12gx2825@gmail.com> | 2020-11-03 00:11:47 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-11-04 17:09:36 -0500 |
commit | 87fb78331e14e91780dbcecefd5425e612c8c67b (patch) | |
tree | 81ece52be6daf639ec8dba5ad254739c1baef5ed /drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | |
parent | 4b60bb0dde1baf347540253f856c54bc908e525c (diff) |
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 'drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c')
0 files changed, 0 insertions, 0 deletions