diff options
author | 2018-08-01 10:20:53 -0400 | |
---|---|---|
committer | 2018-08-27 11:10:16 -0500 | |
commit | 56780940389a344a949d53ed7be77012a20ced7a (patch) | |
tree | 268645cc3462fcf33c1d3fdc3317a3ec71e47cbc /drivers/gpu/drm/amd/amdgpu/si_enums.h | |
parent | drm/amd/display: add retimer log for HWQ tuning use. (diff) | |
download | wireguard-linux-56780940389a344a949d53ed7be77012a20ced7a.tar.xz wireguard-linux-56780940389a344a949d53ed7be77012a20ced7a.zip |
drm/amd/display: Remove redundant non-zero and overflow check
[Why]
Unsigned int is guaranteed to be >= 0, and read_channel_reply checks for
overflows. read_channel_reply also returns -1 on error, which is what
dc_link_aux_transfer is expected to return on error.
[How]
Remove the if-statement. Return result of read_channel_reply directly.
Signed-off-by: Leo (Sunpeng) Li <sunpeng.li@amd.com>
Reviewed-by: Mikita Lipski <Mikita.Lipski@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_enums.h')
0 files changed, 0 insertions, 0 deletions