2021-06-01 14:09:05

by Zheng Yongjun

[permalink] [raw]
Subject: [PATCH -next] drm/amdgpu: Remove unneeded semicolon

Remove unneeded semicolon.

Signed-off-by: Zheng Yongjun <[email protected]>
---
drivers/gpu/drm/amd/amdgpu/aldebaran.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/aldebaran.c b/drivers/gpu/drm/amd/amdgpu/aldebaran.c
index 65b1dca4b02e..148f6c3343ab 100644
--- a/drivers/gpu/drm/amd/amdgpu/aldebaran.c
+++ b/drivers/gpu/drm/amd/amdgpu/aldebaran.c
@@ -227,7 +227,7 @@ static int aldebaran_mode2_restore_ip(struct amdgpu_device *adev)
break;
default:
break;
- };
+ }
}

/* Reinit NBIF block */
--
2.25.1


2021-06-02 02:17:16

by Alex Deucher

[permalink] [raw]
Subject: Re: [PATCH -next] drm/amdgpu: Remove unneeded semicolon

Applied. Thanks!

On Tue, Jun 1, 2021 at 10:07 AM Zheng Yongjun <[email protected]> wrote:
>
> Remove unneeded semicolon.
>
> Signed-off-by: Zheng Yongjun <[email protected]>
> ---
> drivers/gpu/drm/amd/amdgpu/aldebaran.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/aldebaran.c b/drivers/gpu/drm/amd/amdgpu/aldebaran.c
> index 65b1dca4b02e..148f6c3343ab 100644
> --- a/drivers/gpu/drm/amd/amdgpu/aldebaran.c
> +++ b/drivers/gpu/drm/amd/amdgpu/aldebaran.c
> @@ -227,7 +227,7 @@ static int aldebaran_mode2_restore_ip(struct amdgpu_device *adev)
> break;
> default:
> break;
> - };
> + }
> }
>
> /* Reinit NBIF block */
> --
> 2.25.1
>