OSDN Git Service

drm/amdgpu/powerplay: add missing breaks in polaris10_smumgr
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 18 Feb 2019 22:32:12 +0000 (17:32 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Feb 2019 03:11:36 +0000 (22:11 -0500)
commit6feaa4194c18578623565017f95d1b2f6b243567
tree1ebfacab5ea755eaadbb0146cbdf15f106a673a9
parentb7d485df6658942e30c0faccb7213b63c167ceeb
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>
drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c