]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix a missing break in gfx_v11_0_handle_priv_fault
authorsunliming <sunliming@kylinos.cn>
Sun, 29 May 2022 07:26:31 +0000 (15:26 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jun 2022 19:57:08 +0000 (15:57 -0400)
commit0a59bc893f9cc41a8aa911759bd05d55a19cea77
tree6602837711cedd67871aa0a8009b0c38c201d6be
parentaa61a837611551e3f91f05c4982770f1a3ac9eb5
drm/amdgpu: fix a missing break in gfx_v11_0_handle_priv_fault

Fixes the following w1 warning:

drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:5873:2: warning: unannotated
fall-through between switch labels [-Wimplicit-fallthrough].

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: sunliming <sunliming@kylinos.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c