]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/amdgpu: signedness bug in amdgpu_cs_parser_init()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 25 Sep 2015 11:36:55 +0000 (14:36 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Sep 2015 17:44:15 +0000 (13:44 -0400)
commit54313503f9a3c34a9e45aad7654976b7f50b9ae7
tree3213855d50e0b38db5ff42820cf000be211b481a
parentfd03420b5624617a708fb9b13634b41b37c22cfa
drm/amdgpu: signedness bug in amdgpu_cs_parser_init()

The "i" variable should be signed or it leads to a crash in the error
handling code.

Fixes: 1d263474c441 ('drm/amdgpu: unwind properly in amdgpu_cs_parser_init()')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c