lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 23 May 2017 15:44:13 +0200
From:   Benjamin Gaignard <benjamin.gaignard@...aro.org>
To:     Philippe CORNU <philippe.cornu@...com>
Cc:     Yannick Fertre <yannick.fertre@...com>,
        David Airlie <airlied@...ux.ie>,
        "dri-devel@...ts.freedesktop.org" <dri-devel@...ts.freedesktop.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Masahiro Yamada <yamada.masahiro@...ionext.com>,
        Daniel Vetter <daniel.vetter@...ll.ch>,
        Fabien Dessenne <fabien.dessenne@...com>,
        Vincent Abriou <vincent.abriou@...com>,
        Mickael Reulier <mickael.reulier@...com>,
        Gabriel Fernandez <gabriel.fernandez@...com>,
        Ludovic Barre <ludovic.barre@...com>,
        Alexandre Torgue <alexandre.torgue@...com>
Subject: Re: [PATCH] drm/stm: ltdc: fix duplicated arguments

2017-05-22 11:30 GMT+02:00 Philippe CORNU <philippe.cornu@...com>:
> Fix COMPILE_TEST build issue detected with the
> rule: "duplicated argument to & or |"
>

I have merged it in drm-misc-next

Thanks,
Benjamin

> Signed-off-by: Philippe CORNU <philippe.cornu@...com>
> ---
>  drivers/gpu/drm/stm/ltdc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c
> index a40418c..700cc08 100644
> --- a/drivers/gpu/drm/stm/ltdc.c
> +++ b/drivers/gpu/drm/stm/ltdc.c
> @@ -463,7 +463,7 @@ static void ltdc_crtc_mode_set_nofb(struct drm_crtc *crtc)
>         clk_enable(ldev->pixel_clk);
>
>         /* Configures the HS, VS, DE and PC polarities. */
> -       val = HSPOL_AL | HSPOL_AL | DEPOL_AL | PCPOL_IPC;
> +       val = HSPOL_AL | VSPOL_AL | DEPOL_AL | PCPOL_IPC;
>
>         if (vm.flags & DISPLAY_FLAGS_HSYNC_HIGH)
>                 val |= HSPOL_AH;
> --
> 1.9.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ