diff options
author | Josip Pavic <josip.pavic@amd.com> | 2023-12-06 00:57:27 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-12-19 22:59:02 +0300 |
commit | 3582e0ba8a675d72c3cc6dd1b847e6aa757845da (patch) | |
tree | 99572c3e759889a3a2cb57f59e326ffdf7c96bc3 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 72eaa723187b87f1793529eaadbcfaa836c17812 (diff) | |
download | linux-3582e0ba8a675d72c3cc6dd1b847e6aa757845da.tar.xz |
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 <chaitanya.dhere@amd.com>
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Josip Pavic <josip.pavic@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions