]> Git Repo - linux.git/commit
drm/amdgpu: do not initialise global variables to 0 or NULL
authorDeepak R Varma <[email protected]>
Mon, 2 Nov 2020 18:41:47 +0000 (00:11 +0530)
committerAlex Deucher <[email protected]>
Wed, 4 Nov 2020 22:09:36 +0000 (17:09 -0500)
commit87fb78331e14e91780dbcecefd5425e612c8c67b
tree81ece52be6daf639ec8dba5ad254739c1baef5ed
parent4b60bb0dde1baf347540253f856c54bc908e525c
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 <[email protected]>
Signed-off-by: Deepak R Varma <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/atom.c
This page took 0.056634 seconds and 4 git commands to generate.