Commit 206b7372 authored by kernel test robot's avatar kernel test robot Committed by Alex Deucher

drm/amdgpu: fix semicolon.cocci warnings

drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:608:2-3: Unneeded semicolon

 Remove unneeded semicolon.

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

Fixes: b4a7db71 ("drm/amdgpu: add per device user friendly xgmi events for vega20")
CC: Jonathan Kim <jonathan.kim@amd.com>
Signed-off-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent cde3359a
...@@ -654,7 +654,7 @@ int amdgpu_pmu_init(struct amdgpu_device *adev) ...@@ -654,7 +654,7 @@ int amdgpu_pmu_init(struct amdgpu_device *adev)
default: default:
return 0; return 0;
}; }
return ret; return ret;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment