projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5aefec9
)
hptiop(4): Remove an unused define.
author
Sascha Wildner <saw@online.de>
Sat, 14 Jan 2012 22:58:55 +0000 (23:58 +0100)
committer
Sascha Wildner <saw@online.de>
Mon, 16 Jan 2012 11:16:29 +0000 (12:16 +0100)
sys/dev/raid/hptiop/hptiop.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/raid/hptiop/hptiop.h
b/sys/dev/raid/hptiop/hptiop.h
index
cb62340
..
b2eec98
100644
(file)
--- a/
sys/dev/raid/hptiop/hptiop.h
+++ b/
sys/dev/raid/hptiop/hptiop.h
@@
-33,10
+33,8
@@
#ifdef DBG
int hpt_iop_dbg_level = 0;
#define KdPrint(x) do { if (hpt_iop_dbg_level) kprintf x; } while (0)
-#define HPT_ASSERT(x) assert(x)
#else
#define KdPrint(x)
-#define HPT_ASSERT(x)
#endif
#define HPT_SRB_MAX_REQ_SIZE 600