]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Remove NULL assignment for stream_status
authorAlvin Lee <alvin.lee2@amd.com>
Wed, 22 May 2024 19:59:45 +0000 (15:59 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jun 2024 20:17:14 +0000 (16:17 -0400)
commite15fc7001425599bab6c802650208a15c72fbc34
tree5334da4870c646467cdf166f1bcc84ca2c613292
parentf7e56091a46e794e0509a8de369117da1fd66e74
drm/amd/display: Remove NULL assignment for stream_status

[Description]
No need to assign stream_status NULL because it is always
re-assigned before usage. This change is to fix coverity
errors.

Reviewed-by: Nicholas Choi <nicholas.choi@amd.com>
Acked-by: Zaeem Mohamed <zaeem.mohamed@amd.com>
Signed-off-by: Alvin Lee <alvin.lee2@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c