[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADnq5_Np4BrKwgV1ti2xxGS4k5XeWGc0+URuaibNmQxH3Ro5QQ@mail.gmail.com>
Date: Tue, 31 May 2022 17:21:08 -0400
From: Alex Deucher <alexdeucher@...il.com>
To: sunliming <sunliming@...inos.cn>
Cc: "Deucher, Alexander" <alexander.deucher@....com>,
hristian.koenig@....com, xinhui pan <Xinhui.Pan@....com>,
Dave Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
Hawking Zhang <Hawking.Zhang@....com>,
Mike Lothian <mike@...eburn.co.uk>,
Xiaojian Du <Xiaojian.Du@....com>,
"Quan, Evan" <evan.quan@....com>,
kernel test robot <lkp@...el.com>, kelulanainsley@...il.com,
LKML <linux-kernel@...r.kernel.org>,
amd-gfx list <amd-gfx@...ts.freedesktop.org>,
Maling list - DRI developers
<dri-devel@...ts.freedesktop.org>
Subject: Re: [PATCH] drm/amdgpu: fix a missing break in gfx_v11_0_handle_priv_fault
Applied. Thanks!
On Sun, May 29, 2022 at 7:50 AM sunliming <sunliming@...inos.cn> wrote:
>
> Fixes the following w1 warning:
>
> drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:5873:2: warning: unannotated
> fall-through between switch labels [-Wimplicit-fallthrough].
>
> Reported-by: kernel test robot <lkp@...el.com>
> Signed-off-by: sunliming <sunliming@...inos.cn>
> ---
> drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
> index cb581cfc7464..628d3536938e 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
> @@ -6028,6 +6028,7 @@ static void gfx_v11_0_handle_priv_fault(struct amdgpu_device *adev,
> break;
> default:
> BUG();
> + break;
> }
> }
>
> --
> 2.25.1
>
Powered by blists - more mailing lists