diff mbox series

[-next] drm/amdgpu: Remove unneeded semicolon

Message ID 20210601142055.4132163-1-zhengyongjun3@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] drm/amdgpu: Remove unneeded semicolon | expand

Commit Message

Zheng Yongjun June 1, 2021, 2:20 p.m. UTC
Remove unneeded semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 drivers/gpu/drm/amd/amdgpu/aldebaran.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Deucher June 2, 2021, 2:15 a.m. UTC | #1
Applied.  Thanks!

On Tue, Jun 1, 2021 at 10:07 AM Zheng Yongjun <zhengyongjun3@huawei.com> wrote:
>
> Remove unneeded semicolon.
>
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
> ---
>  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
>
diff mbox series

Patch

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 */