diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2018-07-04 12:46:15 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-07-05 16:40:02 -0500 |
commit | 5d908944c5ba4fc8d301e1332635c64c1b77d843 (patch) | |
tree | 1a778aa2cccf6e55c50e7957251129777a894cbd /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | |
parent | 20582319bce482e65ee1f417b9867f028d058c12 (diff) |
drm/amd/display: off by one in find_irq_source_info()
The ->info[] array has DAL_IRQ_SOURCES_NUMBER elements so this condition
should be >= instead of > or we could read one element beyond the end of
the array.
Fixes: 4562236b3bc0 ("drm/amd/dc: Add dc display driver (v2)")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c')
0 files changed, 0 insertions, 0 deletions