[PATCH 1/3] drm/amdgpu: fix warning
Zhou1, Tao
Tao.Zhou1 at amd.com
Tue Jan 11 02:51:50 UTC 2022
[AMD Official Use Only]
Thanks! The series is:
Reviewed-by: Tao Zhou <tao.zhou1 at amd.com>
> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of Alex
> Deucher
> Sent: Tuesday, January 11, 2022 4:19 AM
> To: amd-gfx at lists.freedesktop.org
> Cc: Deucher, Alexander <Alexander.Deucher at amd.com>; Chai, Thomas
> <YiPeng.Chai at amd.com>
> Subject: [PATCH 1/3] drm/amdgpu: fix warning
>
> warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-
> statement]
>
> Fixes: 8c50db2f64ee ("drm/amdgpu: Adjust error inject function code style in
> amdgpu_ras.c")
> Cc: yipechai <YiPeng.Chai at amd.com>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
> index aa8d614009d4..478457637d29 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
> @@ -949,7 +949,7 @@ static void amdgpu_xgmi_query_ras_error_count(struct
> amdgpu_device *adev,
> /* Trigger XGMI/WAFL error */
> static int amdgpu_ras_error_inject_xgmi(struct amdgpu_device *adev, void
> *inject_if) {
> - int ret = 0;;
> + int ret = 0;
> struct ta_ras_trigger_error_input *block_info = (struct
> ta_ras_trigger_error_input *)inject_if;
>
> if (amdgpu_dpm_set_df_cstate(adev, DF_CSTATE_DISALLOW))
> --
> 2.33.1
More information about the amd-gfx
mailing list