Commit 9ab2da30 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Remove dead code associated with RTL819x_DEBUG

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 1bb9d9a9
......@@ -237,8 +237,6 @@ do { if (rt_global_debug_component & component) \
##args);\
}while(0);
#define RTL819x_DEBUG
#ifdef RTL819x_DEBUG
#define assert(expr) \
if (!(expr)) { \
printk( "Assertion failed! %s,%s,%s,line=%d\n", \
......@@ -258,10 +256,6 @@ do { if (rt_global_debug_component & component) \
printk("\n"); \
} \
} while (0)
#else
#define assert(expr) do {} while (0)
#define RT_DEBUG_DATA(level, data, datalen) do {} while(0)
#endif
typedef struct _rtl_fs_debug
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment