Эх сурвалжийг харах

drm/amdgpu: fix semicolon.cocci warnings

drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:281:2-3: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 620f774f4687 ("drm/amdgpu: separate VMID and PASID handling")
CC: Christian König <christian.koenig@amd.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Fengguang Wu 7 жил өмнө
parent
commit
02d170e264

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c

@@ -278,7 +278,7 @@ int amdgpu_vmid_grab(struct amdgpu_vm *vm, struct amdgpu_ring *ring,
 		else
 		else
 			goto no_flush_needed;
 			goto no_flush_needed;
 
 
-	};
+	}
 
 
 	/* Still no ID to use? Then use the idle one found earlier */
 	/* Still no ID to use? Then use the idle one found earlier */
 	id = idle;
 	id = idle;