Re: [PATCH] staging: r8188eu: remove unused macro READ_AND_CONFIG_TC
From: Martin Kaiser
Date: Thu Sep 09 2021 - 10:13:36 EST
Thus wrote Michael Straube (straube.linux@xxxxxxxxx):
> The macro READ_AND_CONFIG_TC is not used, remove it.
> Found with GCC -Wunused-macros.
> Signed-off-by: Michael Straube <straube.linux@xxxxxxxxx>
> ---
> drivers/staging/r8188eu/hal/odm_HWConfig.c | 1 -
> 1 file changed, 1 deletion(-)
> diff --git a/drivers/staging/r8188eu/hal/odm_HWConfig.c b/drivers/staging/r8188eu/hal/odm_HWConfig.c
> index ada22a526fee..058d04f6aa58 100644
> --- a/drivers/staging/r8188eu/hal/odm_HWConfig.c
> +++ b/drivers/staging/r8188eu/hal/odm_HWConfig.c
> @@ -6,7 +6,6 @@
> #define READ_AND_CONFIG READ_AND_CONFIG_MP
> #define READ_AND_CONFIG_MP(ic, txt) (ODM_ReadAndConfig##txt##ic(dm_odm))
> -#define READ_AND_CONFIG_TC(ic, txt) (ODM_ReadAndConfig_TC##txt##ic(dm_odm))
> static u8 odm_QueryRxPwrPercentage(s8 AntPower)
> {
> --
> 2.33.0
looks good and compiles for me
Acked-by: Martin Kaiser <martin@xxxxxxxxx>