[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d8401186-585f-deec-5eea-869b896b0ab1@huawei.com>
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