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:   Fri, 28 May 2021 09:27:15 +0800
From:   Bixuan Cui <cuibixuan@...wei.com>
To:     Greg KH <gregkh@...uxfoundation.org>
CC:     <dan.carpenter@...cle.com>, <desmondcheongzx@...il.com>,
        <marcocesati@...il.com>, <fabioaiuto83@...il.com>,
        <linux-staging@...ts.linux.dev>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH next] staging: rtl8723bs: HalBtc8723b1Ant.c: Remove unused
 variables



On 2021/5/27 19:01, Greg KH wrote:
>>  		halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, false, 8);  /* Force antenna setup for no scan result issue */
>> -		u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948);
>> -		u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765);
>> -		u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67);
>> +		pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948);
>> +		pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765);
>> +		pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67);
>>  	} else {
>>  		pCoexSta->bWiFiIsHighPriTask = false;
>>  
>> -- 
>> 2.17.1
>>
>>
> Does not apply to my tree :(
Hi,
This warning has been fixed by commit db52e8f48067. Please ignore my patch.

Thanks
Bixuan Cui


> .

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ