drm/amd/display: fix signedness bug in execute_synaptics_rc_command()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 26 Jul 2022 15:15:31 +0000 (18:15 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Jul 2022 20:05:16 +0000 (16:05 -0400)
commit06ac561fb0edf868f7b292fb4a3c8ffbbb1e14bb
tree3e2e7959eaa61a39ef78d24e0f38c8b1851a8d8c
parente3b0079be8f0a2ccb533f7e38757b27ab6b6018c
drm/amd/display: fix signedness bug in execute_synaptics_rc_command()

The "ret" variable needs to be signed for the error handling to work.

Fixes: 2ca97adccdc9 ("drm/amd/display: Add Synaptics Fifo Reset Workaround")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c