commit | 5556b9fed171bbfb53b08b56aef65201fcc4b4b1 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Aug 26 16:20:12 2019 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Aug 27 08:16:08 2019 -0500 |
tree | 57265b319553cd40b7b5fb4e248e475ae89c2a0f | |
parent | ed8a5fb2a606b6dfc6e417da6e64efcbb899e4cc [diff] |
drm/amd/powerplay: Fix an off by one in navi10_get_smu_msg_index() The navi10_message_map[] array has SMU_MSG_MAX_COUNT elements so the ">" has to be changed to ">=" to prevent reading one element beyond the end of the array. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>