diff options
author | Josip Pavic <josip.pavic@amd.com> | 2023-12-11 17:50:19 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-01-03 10:31:36 -0500 |
commit | ca1ecae145b20b11ff49062afe6f0bf6707bc244 (patch) | |
tree | dab013b3dcafb4d05954c161f6f6dc6b5b38a3cc /drivers/gpu/drm/sti | |
parent | 394e850f1ad73c594bf0296c2f601c71517acfdd (diff) |
drm/amd/display: Add null pointer guards where needed
[Why]
Some functions whose output is typically checked for null are not being
checked for null at several call sites, causing some static analysis
tools to throw an error.
[How]
Add null pointer guards around functions that typically have them at
other call sites.
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Sung Lee <sung.lee@amd.com>
Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Signed-off-by: Josip Pavic <josip.pavic@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/sti')
0 files changed, 0 insertions, 0 deletions