[Openib-windows] [PATCH] fix free builds of iou

Yossi Leybovich sleybo at mellanox.co.il
Thu Aug 31 04:20:24 PDT 2006


Fab
 
I had typo in the former patch.
 
here is a fix
 
10x
Yossi 
 
Index: W:/work/clean/core/iou/kernel/iou_driver.c
===================================================================
--- W:/work/clean/core/iou/kernel/iou_driver.c (revision 1640)
+++ W:/work/clean/core/iou/kernel/iou_driver.c (revision 1641)
@@ -154,11 +154,17 @@
  table[1].DefaultLength = sizeof(ULONG);
  /* Have at it! */
  status = RtlQueryRegistryValues( RTL_REGISTRY_ABSOLUTE,
-  param_path.Buffer, table, NULL, NULL );
 
+ param_path.Buffer, table, NULL, NULL );
+ IOU_PRINT( TRACE_LEVEL_ERROR, IOU_DBG_ERROR,
+   ("debug level %d debug flags 0x%.8x\n",
+   g_iou_dbg_level,
+   g_iou_dbg_flags));
+
+#if DBG
  if( g_iou_dbg_flags & IOU_DBG_ERR )
   g_iou_dbg_flags |= CL_DBG_ERROR;
-
+#endif
  cl_free( param_path.Buffer );
  IOU_EXIT( IOU_DBG_DRV );
  return status;

-------------- next part --------------
A non-text attachment was scrubbed...
Name: iou_wpp2.patch
Type: application/octet-stream
Size: 803 bytes
Desc: iou_wpp2.patch
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20060831/53f939ca/attachment.obj>


More information about the ofw mailing list