commit | 68bb3c3ff9d92645488382c7261de7d477f638e9 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Jul 27 16:39:40 2020 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Aug 06 16:34:56 2020 -0400 |
tree | 556b579a5cb4f519026230b05475717da827f315 | |
parent | a486bc3c50198a7e895eef5dc3d2a94cd6186e4f [diff] |
drm/amd/powerplay: off by one bugs in smu_cmn_to_asic_specific_index() These tables have _COUNT number of elements so the comparisons should be >= instead of > to prevent reading one element beyond the end of the array. Fixes: 8264ee69f0d8 ("drm/amd/powerplay: drop unused code") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>