Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

staging: rtl8192e: Remove dead code associated with RTL819x_DEBUG

parent 1bb9d9a9
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
{