]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Remove the redundant NULL check
authorAndrey Vatoropin <a.vatoropin@crpt.ru>
Wed, 2 Apr 2025 14:21:39 +0000 (14:21 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Apr 2025 19:18:59 +0000 (15:18 -0400)
commitd53a64e9ee58c3567955db6147d34f00c90065ed
tree75080c652aa14ed0d1a8a11950c47734a9c5a809
parent5df0d6addb7e9b6f71f7162d1253762a5be9138e
drm/amd/display: Remove the redundant NULL check

Static analysis shows that pointer "timing" cannot be NULL because it
points to the object "struct dc_crtc_timing".

Remove the extra NULL check. It is meaningless and harms the readability
of the code.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Andrey Vatoropin <a.vatoropin@crpt.ru>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c