From: Larry Finger Date: Thu, 14 Jul 2011 22:22:17 +0000 (-0500) Subject: staging: rtl8192e: Remove dead code associated with ENABLE_NULL_PT_DEBUG X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=438af18e9278157a94b4f1ecb50cf9aa9437ebc2;p=deliverable%2Flinux.git staging: rtl8192e: Remove dead code associated with ENABLE_NULL_PT_DEBUG Signed-off-by: Larry Finger --- diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h index 4ecfe5f0e083..352ee474bbfa 100644 --- a/drivers/staging/rtl8192e/rtllib.h +++ b/drivers/staging/rtl8192e/rtllib.h @@ -454,27 +454,8 @@ typedef enum _RT_OP_MODE{ #define IEEE_CRYPT_ALG_NAME_LEN 16 #define MAX_IE_LEN 0xff -#ifdef ENABLE_NULL_PT_DEBUG -#define RT_ASSERT_RET(_Exp) \ - if (!(_Exp)) \ - { \ - printk("Rtl819x: "); \ - printk( "Assertion failed! %s,%s,line=%d\n", \ - #_Exp,__func__,__LINE__); \ - return; \ - } -#define RT_ASSERT_RET_VALUE(_Exp,Ret) \ - if (!(_Exp)) \ - { \ - printk("Rtl819x: "); \ - printk( "Assertion failed! %s,%s,line=%d\n", \ - #_Exp,__func__,__LINE__); \ - return (Ret); \ - } -#else #define RT_ASSERT_RET(_Exp) do {} while(0) #define RT_ASSERT_RET_VALUE(_Exp,Ret) do {} while(0) -#endif typedef struct ieee_param { u32 cmd;