]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 30 Sep 2017 08:13:28 +0000 (11:13 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 8 Nov 2017 22:54:59 +0000 (17:54 -0500)
commit3180334118c9944f6867e742239de489236f6a05
tree5ebce93e3a03bcbbdb3849de2eb09d53e306ca40
parent52a71e66c6d7032d21f03d1f65ba73f764815b83
drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()

We shifted some code around in commit 62870f949973 ("drm/amdgpu: move
amdgpu_cs_sysvm_access_required into find_mapping") and now my static
checker complains that "r" might not be initialized at the end of the
function.  I've reviewed the code, and that seems possible, but it's
also possible I may have missed something.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c