Re: [PATCH next] staging: rtl8723bs: HalBtc8723b1Ant.c: Remove unused variables

From: Bixuan Cui
Date: Thu May 27 2021 - 21:27:23 EST




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


> .