diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-12-15 10:53:43 +0000 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-15 17:15:09 -0500 |
commit | a89ff457d6f6200cd58db568c0138988bb60579c (patch) | |
tree | 553c0a7d72d8603073a64451e7b01bf1c5f26a6b /drivers/gpu/drm/amd/amdgpu | |
parent | a7ea6548a5d3e458cd0ad0c41cea04eee64f1fb8 (diff) | |
download | linux-a89ff457d6f6200cd58db568c0138988bb60579c.tar.gz linux-a89ff457d6f6200cd58db568c0138988bb60579c.tar.bz2 linux-a89ff457d6f6200cd58db568c0138988bb60579c.zip |
drm/amd/display: remove redundant null check of array 'data'
The null check on aconnector->base.edid_blob_ptr->data is redundant
since data is an array and can never be null. Remove it.
Detected by CoverityScan, CID#1460369 ("Array compared against 0")
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
0 files changed, 0 insertions, 0 deletions