projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
993709e
)
Staging: rt2860: 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/rt2860/rt_linux.h
patch
|
blob
|
history
diff --git
a/drivers/staging/rt2860/rt_linux.h
b/drivers/staging/rt2860/rt_linux.h
index
18cfaff
..
9f83677
100644
(file)
--- a/
drivers/staging/rt2860/rt_linux.h
+++ b/
drivers/staging/rt2860/rt_linux.h
@@
-185,13
+185,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;