Re: [PATCH] drm/amdgpu/display: add fallthrough comment

2019-12-05 Thread Harry Wentland
On 2019-12-05 5:16 p.m., Liu, Zhan wrote: > > >> -Original Message- >> From: Alex Deucher >> Sent: 2019/December/05, Thursday 5:13 PM >> To: Liu, Zhan >> Cc: amd-gfx@lists.freedesktop.org; Deucher, Alexander >> >> Subject: Re: [PA

RE: [PATCH] drm/amdgpu/display: add fallthrough comment

2019-12-05 Thread Liu, Zhan
> -Original Message- > From: Alex Deucher > Sent: 2019/December/05, Thursday 5:13 PM > To: Liu, Zhan > Cc: amd-gfx@lists.freedesktop.org; Deucher, Alexander > > Subject: Re: [PATCH] drm/amdgpu/display: add fallthrough comment > > On Thu, Dec 5, 2019

Re: [PATCH] drm/amdgpu/display: add fallthrough comment

2019-12-05 Thread Alex Deucher
On Thu, Dec 5, 2019 at 5:10 PM Liu, Zhan wrote: > > > > > -Original Message- > > From: amd-gfx On Behalf Of Alex > > Deucher > > Sent: 2019/December/05, Thursday 4:39 PM > > To: amd-gfx@lists.freedesktop.org > > Cc: Deucher, Alexander

RE: [PATCH] drm/amdgpu/display: add fallthrough comment

2019-12-05 Thread Liu, Zhan
> -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: 2019/December/05, Thursday 4:39 PM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: [PATCH] drm/amdgpu/display: add fallthrough comment > > To avoid a compiler

[PATCH] drm/amdgpu/display: add fallthrough comment

2019-12-05 Thread Alex Deucher
To avoid a compiler warning. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/dce/dce_aux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_aux.c b/drivers/gpu/drm/amd/display/dc/dce/dce_aux.c index 191b68b8163a..f1a5d2c6aa37 100644 --- a