Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267694
b: refs/heads/master
c: 9ab2da3
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent ddd42f9 commit 10cfae7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1bb9d9a9cbb438b6b060a8daa572ac6d80ef415f
refs/heads/master: 9ab2da30490c095834332aeb3c0a01d1f1ed0fb9
6 changes: 0 additions & 6 deletions trunk/drivers/staging/rtl8192e/rtl_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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", \
Expand All @@ -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
{
Expand Down

0 comments on commit 10cfae7

Please sign in to comment.