diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2016-01-04 23:44:24 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-01-04 16:21:44 -0500 |
commit | 7c9574f262a25c7ca0779df31098ba4e0c382e86 (patch) | |
tree | 0b45fa887e37e63cd8480bab4decb213eebe76bd /drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c | |
parent | b92c26d1808ccd2acac17b660dce750ba9b0a0db (diff) |
drm/amd/powerplay: precedence bug in init_non_clock_fields()
The cast to uint8_t happens before the right shift so this always sets
.m3arb to zero. The cast is actually a no-op so we can remove it.
Fixes: 3bace3591493 ('drm/amd/powerplay: add hardware manager sub-component')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c')
0 files changed, 0 insertions, 0 deletions