diff options
| author | Colin Ian King <[email protected]> | 2019-10-03 21:52:27 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-10-04 13:53:14 +0000 |
| commit | 17cf678a33c6196a3df4531fe5aec91384c9eeb5 (patch) | |
| tree | e50d848e7764432b7cf707a150dc1aa31120177c /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
| parent | drm/amd/display: Make some functions static (diff) | |
| download | kernel-17cf678a33c6196a3df4531fe5aec91384c9eeb5.tar.gz kernel-17cf678a33c6196a3df4531fe5aec91384c9eeb5.zip | |
drm/amdgpu: fix uninitialized variable pasid_mapping_needed
The boolean variable pasid_mapping_needed is not initialized and
there are code paths that do not assign it any value before it is
is read later. Fix this by initializing pasid_mapping_needed to
false.
Addresses-Coverity: ("Uninitialized scalar variable")
Fixes: 6817bf283b2b ("drm/amdgpu: grab the id mgr lock while accessing passid_mapping")
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
0 files changed, 0 insertions, 0 deletions
