From: Phillip Potter Date: Sat, 31 Jul 2021 00:39:28 +0000 (+0100) Subject: staging: r8188eu: remove ASSERT ifndef and macro definition X-Git-Tag: libata-5.15-2021-09-05~48^2~299 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8362f65afa3391ba71786114983da7b485876db0;p=linux-block.git staging: r8188eu: remove ASSERT ifndef and macro definition Remove ASSERT ifndef and macro definition from include/odm_debug.h, as these are unused and therefore superfluous. Signed-off-by: Phillip Potter Link: https://lore.kernel.org/r/20210731003937.68615-6-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/include/odm_debug.h b/drivers/staging/r8188eu/include/odm_debug.h index ef0d6b84b2d5..c70fe73e3339 100644 --- a/drivers/staging/r8188eu/include/odm_debug.h +++ b/drivers/staging/r8188eu/include/odm_debug.h @@ -68,10 +68,6 @@ #define RT_PRINTK(fmt, args...) \ DbgPrint( "%s(): " fmt, __func__, ## args); -#ifndef ASSERT - #define ASSERT(expr) -#endif - #define ODM_RT_TRACE(pDM_Odm, comp, level, fmt) \ if (((comp) & pDM_Odm->DebugComponents) && \ (level <= pDM_Odm->DebugLevel)) { \