Commit 46f4458c authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher
Browse files

drm/amdgpu/mes12_1: emove extra ; from declaration statement



There is a declaration statement that has a ;; at the end, remove the
extraneous ;

Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3b5620f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2227,7 +2227,7 @@ static int mes_v12_1_self_test(struct amdgpu_device *adev, int xcc_id)
	struct amdgpu_bo *meta_bo = NULL, *ctx_bo = NULL;
	void *meta_ptr = NULL, *ctx_ptr = NULL;
	u64 meta_gpu_addr, ctx_gpu_addr;
	int size, i, r, pasid;;
	int size, i, r, pasid;

	pasid = amdgpu_pasid_alloc(16);
	if (pasid < 0)