diff options
| author | Bhawanpreet Lakha <[email protected]> | 2019-05-15 20:17:05 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-05-24 17:21:00 +0000 |
| commit | 1b9557fcaa42a45920821b0c6455088bb341f477 (patch) | |
| tree | 4ae6b3d57c71a5e09a6353b0a35cbaa910cc80b5 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
| parent | drm/amdgpu: fix spelling mistake "retrived" -> "retrieved" (diff) | |
| download | kernel-1b9557fcaa42a45920821b0c6455088bb341f477.tar.gz kernel-1b9557fcaa42a45920821b0c6455088bb341f477.zip | |
drm/amd/powerplay: Fix maybe-uninitialized in get_ppfeature_status
This fixes the warning below
error: ‘feature_mask’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
*features_enabled = ((((uint64_t)feature_mask[0] << SMU_FEATURES_LOW_SHIFT) & SMU_FEATURES_LOW_MASK) |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
(((uint64_t)feature_mask[1] << SMU_FEATURES_HIGH_SHIFT) & SMU_FEATURES_HIGH_MASK));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Bhawanpreet Lakha <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions
