diff options
author | Josip Pavic <[email protected]> | 2023-12-05 16:57:27 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-12-19 15:23:52 -0500 |
commit | 81b9aeb7b995f3870d691ec5ea95518d5b169203 (patch) | |
tree | 559f997e347e8ed16e86a44cde98a993b3b2d7dc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 51e7b64690776a9981355428b537af9048308a95 (diff) |
drm/amd/display: dereference variable before checking for zero
[Why]
Driver incorrectly checks if pointer variable OutBpp is null instead of
if the value being pointed to is zero.
[How]
Dereference OutBpp before checking for a value of zero.
Reviewed-by: Chaitanya Dhere <[email protected]>
Acked-by: Wayne Lin <[email protected]>
Signed-off-by: Josip Pavic <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions