Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: Remove unneeded semicolon in amdgpu_ras.c

Fixes coccicheck warning:

drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:318:2-3: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

zhengbin and committed by
Alex Deucher
374bf7bd 640f0793

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
··· 315 315 default: 316 316 ret = -EINVAL; 317 317 break; 318 - }; 318 + } 319 319 320 320 if (ret) 321 321 return -EINVAL;