[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADnq5_OK9+7VcXU9p1gyTcgmjAP=1p=WO1-UZKKEe8jyp83cgw@mail.gmail.com>
Date: Thu, 14 Dec 2023 10:26:56 -0500
From: Alex Deucher <alexdeucher@...il.com>
To: Yang Li <yang.lee@...ux.alibaba.com>
Cc: alexander.deucher@....com, christian.koenig@....com,
airlied@...il.com, daniel@...ll.ch, amd-gfx@...ts.freedesktop.org,
Abaci Robot <abaci@...ux.alibaba.com>,
linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org
Subject: Re: [PATCH -next] drm/amd/pm: Remove unneeded semicolon
Applied. Thanks!
On Wed, Dec 13, 2023 at 8:02 PM Yang Li <yang.lee@...ux.alibaba.com> wrote:
>
> ./drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c:1418:2-3: Unneeded semicolon
>
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7743
> Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
> ---
> drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
> index d409857fd622..c16703868e5c 100644
> --- a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
> +++ b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
> @@ -1415,7 +1415,7 @@ static int smu_wbrf_event_handler(struct notifier_block *nb,
> break;
> default:
> return NOTIFY_DONE;
> - };
> + }
>
> return NOTIFY_OK;
> }
> --
> 2.20.1.7.g153144c
>
Powered by blists - more mailing lists