commit | 6feaa4194c18578623565017f95d1b2f6b243567 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Mon Feb 18 17:32:12 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Feb 27 22:11:36 2019 -0500 |
tree | 1ebfacab5ea755eaadbb0146cbdf15f106a673a9 | |
parent | b7d485df6658942e30c0faccb7213b63c167ceeb [diff] |
drm/amdgpu/powerplay: add missing breaks in polaris10_smumgr This was noticed by Gustavo and his -Wimplicit-fallthrough patches. However, in this case, I believe we should have breaks rather than falling though, that said, in practice we should never fall through in the first place so there should be no change in behavior. Reviewed-by: Evan Quan <evan.quan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>