[PATCH] drm/amd/display: fix if == else warning

Liu, Zhan Zhan.Liu at amd.com
Sun Apr 24 20:15:15 UTC 2022


[AMD Official Use Only - General]

> -----Original Message-----
> From: Guo Zhengkui <guozhengkui at vivo.com>
> Sent: 2022/April/24, Sunday 5:06 AM
> To: Wentland, Harry <Harry.Wentland at amd.com>; Li, Sun peng (Leo)
> <Sunpeng.Li at amd.com>; Siqueira, Rodrigo <Rodrigo.Siqueira at amd.com>;
> Deucher, Alexander <Alexander.Deucher at amd.com>; Koenig, Christian
> <Christian.Koenig at amd.com>; Pan, Xinhui <Xinhui.Pan at amd.com>; David Airlie
> <airlied at linux.ie>; Daniel Vetter <daniel at ffwll.ch>; Liu, Charlene
> <Charlene.Liu at amd.com>; Lei, Jun <Jun.Lei at amd.com>; Guo Zhengkui
> <guozhengkui at vivo.com>; Liu, Zhan <Zhan.Liu at amd.com>; José Expósito
> <jose.exposito89 at gmail.com>; open list:AMD DISPLAY CORE <amd-
> gfx at lists.freedesktop.org>; open list:DRM DRIVERS <dri-
> devel at lists.freedesktop.org>; open list <linux-kernel at vger.kernel.org>
> Cc: zhengkui_guo at outlook.com
> Subject: [PATCH] drm/amd/display: fix if == else warning
>
> Fix the following coccicheck warning:
>
> drivers/gpu/drm/amd/display/dc/dcn201/dcn201_hwseq.c:98:8-10:
> WARNING: possible condition with no effect (if == else)
>
> Signed-off-by: Guo Zhengkui <guozhengkui at vivo.com>

Thanks a lot for fixing this warning.

Reviewed-by: Zhan Liu <zhan.liu at amd.com>

> ---
>  drivers/gpu/drm/amd/display/dc/dcn201/dcn201_hwseq.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_hwseq.c
> b/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_hwseq.c
> index fe22530242d2..05b3fba9ccce 100644
> --- a/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_hwseq.c
> +++ b/drivers/gpu/drm/amd/display/dc/dcn201/dcn201_hwseq.c
> @@ -95,8 +95,6 @@ static void gpu_addr_to_uma(struct dce_hwseq *hwseq,
>       } else if (hwseq->fb_offset.quad_part <= addr->quad_part &&
>                       addr->quad_part <= hwseq->uma_top.quad_part) {
>               is_in_uma = true;
> -     } else if (addr->quad_part == 0) {
> -             is_in_uma = false;
>       } else {
>               is_in_uma = false;
>       }
> --
> 2.20.1



More information about the amd-gfx mailing list