diff options
| author | Josip Pavic <[email protected]> | 2023-12-11 17:50:19 -0500 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-01-03 10:31:36 -0500 |
| commit | ca1ecae145b20b11ff49062afe6f0bf6707bc244 (patch) | |
| tree | dab013b3dcafb4d05954c161f6f6dc6b5b38a3cc /drivers/usb/cdns3/cdns3-starfive.c | |
| 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 <[email protected]>
Reviewed-by: Sung Lee <[email protected]>
Reviewed-by: Aric Cyr <[email protected]>
Acked-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Josip Pavic <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-starfive.c')
0 files changed, 0 insertions, 0 deletions