<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT size=1>
<P><FONT size=2>ipoib: Fix compile problem with data path debug on</FONT></P>
<P><FONT size=2>Index:
ipoib_main.c<BR>===================================================================<BR>---
ipoib_main.c (revision 880)<BR>+++ ipoib_main.c (working copy)<BR>@@
-43,12 +43,14 @@<BR> int
debug_level;<BR> <BR> module_param(debug_level, int, 0644);<BR>+#ifdef
CONFIG_INFINIBAND_IPOIB_DEBUG_DATA<BR> MODULE_PARM_DESC(debug_level,<BR>
"Enable debug tracing if > 0"<BR>-#ifdef
CONFIG_INFINIBAND_IPOIB_DEBUG_DATA<BR>- " and data path tracing if
> 1"<BR>+ " and data path tracing if >
1");<BR>+#else<BR>+MODULE_PARM_DESC(debug_level,<BR>+ "Enable debug
tracing if > 0");<BR> #endif<BR>- );<BR> <BR> int
mcast_debug_level;<BR> <BR></FONT></P></FONT></FONT></DIV></BODY></HTML>