[ofw] [PATCH] core [2/5]
Sean Hefty
sean.hefty at intel.com
Thu Apr 10 11:04:18 PDT 2008
Index: core/iou/kernel/iou_driver.c
===================================================================
--- core/iou/kernel/iou_driver.c (revision 1047)
+++ core/iou/kernel/iou_driver.c (working copy)
@@ -209,7 +209,7 @@
{
IOU_ENTER( IOU_DBG_DRV );
#if defined(EVENT_TRACING)
- WPP_CLEANUP( p_drv_obj );
+ WPP_CLEANUP( p_driver_obj );
#endif
UNUSED_PARAM( p_driver_obj );
Move the UNUSED_PARAM( ) inside a #else. (Or better yet, remove #if from the .c
files completely if that's possible.)
- Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20080410/3d4e2132/attachment.html>
More information about the ofw
mailing list