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] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 1 Sep 2016 17:54:47 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Matthias Beyer <mail@...ermatthias.de>
Cc:     devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
        linux-wireless@...r.kernel.org, shivanib134@...il.com,
        ksenija.stanojevic@...il.com, Jes.Sorensen@...hat.com,
        meleodr@...il.com, bhaktipriya96@...il.com, bhumirks@...il.com,
        Larry.Finger@...inger.net
Subject: Re: [PATCH] drivers: staging: rtl823au: hal: Remove pointless test

On Tue, Aug 23, 2016 at 09:44:16PM +0200, Matthias Beyer wrote:
> As reported by David Binderman, this test is useless as of
> 
>     if (a < 3) {
>         /* ... */
>     } else if (a >= 3) {
>         /* ... */
>     }
> 
> so this patch removes the second check.
> 
> Matthias Beyer (1):
>   drivers: staging: rtl8723au: hal: Remove pointless test
> 
>  drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

There is no patch here :(

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ