[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <26b353c5-ba77-c446-5a8d-7f2394a795c7@gmail.com>
Date: Sat, 16 Oct 2021 12:08:33 +0200
From: Michael Straube <straube.linux@...il.com>
To: Martin Kaiser <lists@...ser.cx>
Cc: gregkh@...uxfoundation.org, Larry.Finger@...inger.net,
phil@...lpotter.co.uk, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/7] staging: r8188eu: remove empty functions from odm.c
On 10/16/21 11:29, Martin Kaiser wrote:
> Thus wrote Michael Straube (straube.linux@...il.com):
>
>> Remove empty functions from odm.c.
>
>> Signed-off-by: Michael Straube <straube.linux@...il.com>
>> ---
>> drivers/staging/r8188eu/hal/odm.c | 32 -------------------
>> drivers/staging/r8188eu/hal/odm_HWConfig.c | 7 +---
>> drivers/staging/r8188eu/include/odm.h | 7 ----
>> drivers/staging/r8188eu/include/odm_precomp.h | 2 --
>> 4 files changed, 1 insertion(+), 47 deletions(-)
>
>> diff --git a/drivers/staging/r8188eu/hal/odm.c b/drivers/staging/r8188eu/hal/odm.c
>> index 2178ffe41bb3..627213392795 100644
>> --- a/drivers/staging/r8188eu/hal/odm.c
>> +++ b/drivers/staging/r8188eu/hal/odm.c
>> @@ -196,13 +196,9 @@ void ODM_DMWatchdog(struct odm_dm_struct *pDM_Odm)
>> (pDM_Odm->AntDivType == CGCS_RX_HW_ANTDIV) ||
>> (pDM_Odm->AntDivType == CG_TRX_SMART_ANTDIV))
>> odm_HwAntDiv(pDM_Odm);
>> - else if (pDM_Odm->AntDivType == CGCS_RX_SW_ANTDIV)
>> - odm_SwAntDivChkAntSwitch(pDM_Odm, SWAW_STEP_PEAK);
>
> This was the last user of SWAW_STEP_PEAK. The define can be removed now
> (maybe in a follow-up patch).
>
> Acked-by: Martin Kaiser <martin@...ser.cx>
>
Thank you for your review Martin. I'll send follow up patches to remove
this and other now unused variables I missed.
Thanks again,
Michael
Powered by blists - more mailing lists