]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amdgpu: remove unneeded semicolon
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 5 May 2023 07:37:31 +0000 (15:37 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:33:50 +0000 (09:33 -0400)
No functional modification involved.

./drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c:146:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4871
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c

index 24d12075ca3aa86f7c8d010d84e72ee60e59afdb..a331a59c49e381561820521e7f2117492d0491a8 100644 (file)
@@ -143,7 +143,7 @@ static void nbio_v7_9_sdma_doorbell_range(struct amdgpu_device *adev, int instan
                break;
        default:
                break;
-       };
+       }
 
        return;
 }