projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9411329
)
Staging: rt2870: use empty ASSERT() macro
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Sun, 26 Apr 2009 14:06:09 +0000
(16:06 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 19 Jun 2009 18:00:48 +0000
(11:00 -0700)
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rt2870/rt_linux.h
patch
|
blob
|
history
diff --git
a/drivers/staging/rt2870/rt_linux.h
b/drivers/staging/rt2870/rt_linux.h
index b5b9e789e0a3edbc38706cd49ea277fc31235092..7e02533b89e61d52f708c4eb92aa16808dfa8ae0 100644
(file)
--- a/
drivers/staging/rt2870/rt_linux.h
+++ b/
drivers/staging/rt2870/rt_linux.h
@@
-190,13
+190,7
@@
typedef struct _VIRTUAL_ADAPTER
} VIRTUAL_ADAPTER, PVIRTUAL_ADAPTER;
#undef ASSERT
-#define ASSERT(x) \
-{ \
- if (!(x)) \
- { \
- printk(KERN_WARNING __FILE__ ":%d assert " #x "failed\n", __LINE__); \
- } \
-}
+#define ASSERT(x)
typedef struct os_cookie * POS_COOKIE;
typedef struct pci_dev * PPCI_DEV;