diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h index b2b40f951ae641a7ed511a7a1cf75bca4ac95f11..aa6033ca7cd859d3614406a54b0d4885e79a94dc 100644 --- a/include/net/sctp/sctp.h +++ b/include/net/sctp/sctp.h @@ -255,7 +255,7 @@ extern int sctp_debug_flag; #define SCTP_DEBUG_PRINTK_IPADDR(whatever...) #define SCTP_ENABLE_DEBUG #define SCTP_DISABLE_DEBUG -#define SCTP_ASSERT(expr, str, func) BUG_ON(!(expr)) +#define SCTP_ASSERT(expr, str, func) #endif /* SCTP_DEBUG */