]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove unneeded semicolon
authorTom Rix <trix@redhat.com>
Tue, 27 Oct 2020 19:07:26 +0000 (12:07 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Oct 2020 05:02:26 +0000 (01:02 -0400)
commitdc96f9e78af2b23f36ce5a0b0fc8d072e3207341
tree885cf5f16f8385d6eb2a5ffec78d0db727650e31
parenteeef3c18256f1f9a757f0e017c0464832c31f713
drm/amdgpu: remove unneeded semicolon

A semicolon is not needed after a switch statement.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c