diff options
author | 2024-06-20 20:23:41 -0600 | |
---|---|---|
committer | 2024-07-23 17:07:11 -0400 | |
commit | 3718a619a8c0a53152e76bb6769b6c414e1e83f4 (patch) | |
tree | 0ff5ae191f6476a51d55f93e10d280a849f90e0e /drivers/gpu/drm/amd/display/amdgpu_dm | |
parent | drm/amd/display: Check null-initialized variables (diff) | |
download | wireguard-linux-3718a619a8c0a53152e76bb6769b6c414e1e83f4.tar.xz wireguard-linux-3718a619a8c0a53152e76bb6769b6c414e1e83f4.zip |
drm/amd/display: Check phantom_stream before it is used
dcn32_enable_phantom_stream can return null, so returned value
must be checked before used.
This fixes 1 NULL_RETURNS issue reported by Coverity.
Reviewed-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Signed-off-by: Jerry Zuo <jerry.zuo@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm')
0 files changed, 0 insertions, 0 deletions