Commit 374bf7bd authored by zhengbin's avatar zhengbin Committed by Alex Deucher
Browse files

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: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarzhengbin <zhengbin13@huawei.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 640f0793
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -315,7 +315,7 @@ static ssize_t amdgpu_ras_debugfs_ctrl_write(struct file *f, const char __user *
	default:
		ret = -EINVAL;
		break;
	};
	}

	if (ret)
		return -EINVAL;