]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/powerplay: Move fallthrough; into containing #ifdef/#endif
authorJoe Perches <joe@perches.com>
Fri, 13 Mar 2020 12:57:37 +0000 (05:57 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Mar 2020 15:52:35 +0000 (11:52 -0400)
commit6cfeaa8b0952b4994ef51106166d36b5db3b0368
tree73df7d2ea0b028abc3aaa5084a9d35e3e6b193a2
parent1a11ba3d198d8930df1a121cbbbd89ac5e78fb55
drm/amd/powerplay: Move fallthrough; into containing #ifdef/#endif

The automated conversion of /* fallthrough */ comments converted
a comment outside of an #ifdef/#endif case block that should be
inside the block.

Move the fallthrough inside the block to silence the warning.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c