]> git.baikalelectronics.ru Git - kernel.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)
commit5e695b9267015e8d1f0018ad7a6f86466c697286
tree3213855d50e0b38db5ff42820cf000be211b481a
parent5029fd7f35a054f27774b1f158ae539a31eebd22
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: 9979a9d2d110 ('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