drm/amdgpu: Remove unneeded semicolon

Fixes coccicheck warning:

drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:2534:2-3: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
Zheng Bin 2020-04-24 15:56:20 +08:00 committed by Alex Deucher
parent d971d42f06
commit d18ba57c72
1 changed files with 1 additions and 1 deletions

View File

@ -2531,7 +2531,7 @@ static void gfx_v9_0_init_sq_config(struct amdgpu_device *adev)
break;
default:
break;
};
}
}
static void gfx_v9_0_constants_init(struct amdgpu_device *adev)